Updated log message
This commit is contained in:
parent
28aa31a89b
commit
de299e9c99
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ _ ___ | /| / / /_/ / _ /___ _ /___
|
|||
if (record.error == null) {
|
||||
//print(code.wrap(record.message));
|
||||
print(code.wrap(
|
||||
'$now ${record.level.name} ${record.loggerName}: ${record.message}'));
|
||||
'$now ${record.level.name} [${record.loggerName}]: ${record.message}'));
|
||||
}
|
||||
|
||||
if (record.error != null) {
|
||||
|
|
Loading…
Reference in a new issue