added log location

This commit is contained in:
2023-03-28 00:52:21 +02:00
parent 82827ed921
commit 409c4fb411
2 changed files with 8 additions and 6 deletions

View File

@@ -4,4 +4,5 @@ typedef LogLine = {
level: LogLevel,
message: String,
time: Int,
?origin: String,
}