Fix loglevel in ApplicationLog
This commit is contained in:
parent
d5e9c6ecc3
commit
d1eecad059
@ -50,7 +50,7 @@ class ApplicationLog {
|
||||
box.add(SCNLog(
|
||||
id: Xid().toString(),
|
||||
timestamp: DateTime.now(),
|
||||
level: SCNLogLevel.fatal,
|
||||
level: lvl,
|
||||
message: message,
|
||||
additional: additional ?? '',
|
||||
trace: trace?.toString() ?? '',
|
||||
|
Loading…
x
Reference in New Issue
Block a user