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