Fix loglevel in ApplicationLog
This commit is contained in:
@@ -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() ?? '',
|
||||
|
Reference in New Issue
Block a user