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