We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0c872 commit d507457Copy full SHA for d507457
src/main/java/com/neuronrobotics/sdk/common/Log.java
@@ -389,7 +389,7 @@ public void init(String message, int importance){
389
*/
390
public String toString() {
391
//return "\t\t\t\t[" + dateFormat.format(datetime) + "] " + " " + getImportance(importance) +" "+callingClass+ " :\n"+ message;
392
- return getImportanceColor(importance)+"[" + dateFormat.format(datetime) + "] " + " " + getImportance(importance) +" "+callingClass+ " :\t\t\t\t"+ message+getColorNormalizationCode();
+ return getImportanceColor(importance)+"[" + dateFormat.format(datetime) + "] " + " " + getImportance(importance) +" "+callingClass+ " :\n\t"+ message+getColorNormalizationCode();
393
}
394
395
0 commit comments