Use standard log format, may relate to #213
This commit is contained in:
parent
83e3786414
commit
385699380f
@ -91,7 +91,7 @@ public class Logger extends java.util.logging.Logger
|
|||||||
formatted.append( " [SEVERE] " );
|
formatted.append( " [SEVERE] " );
|
||||||
}
|
}
|
||||||
|
|
||||||
formatted.append( MessageFormat.format( logrecord.getMessage(), logrecord.getParameters() ) );
|
formatted.append( formatMessage( logrecord ) );
|
||||||
formatted.append( '\n' );
|
formatted.append( '\n' );
|
||||||
Throwable throwable = logrecord.getThrown();
|
Throwable throwable = logrecord.getThrown();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user