1
0
This commit is contained in:
Gary Gregory
2023-11-26 15:07:16 -05:00
parent 1a30b658bd
commit fa2dd91b6d

View File

@@ -84,7 +84,8 @@ public class SimpleLog implements Log, Serializable {
/** Include the instance name in the log message? */ /** Include the instance name in the log message? */
static volatile protected boolean showLogName; static volatile protected boolean showLogName;
/** Include the short name ( last component ) of the logger in the log /**
* Include the short name (last component) of the logger in the log
* message. Defaults to true - otherwise we'll be lost in a flood of * message. Defaults to true - otherwise we'll be lost in a flood of
* messages without knowing who sends them. * messages without knowing who sends them.
*/ */
@@ -238,7 +239,7 @@ public class SimpleLog implements Log, Serializable {
// Set initial log level // Set initial log level
// Used to be: set default log level to ERROR // Used to be: set default log level to ERROR
// IMHO it should be lower, but at least info ( costin ). // IMHO it should be lower, but at least info (costin).
setLevel(SimpleLog.LOG_LEVEL_INFO); setLevel(SimpleLog.LOG_LEVEL_INFO);
// Set log level from properties // Set log level from properties