mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-08 01:39:12 +00:00
sync
This commit is contained in:
@@ -53,6 +53,9 @@ export namespace Log {
|
||||
error(message?: any, extra?: Record<string, any>) {
|
||||
write.err(build(message, extra))
|
||||
},
|
||||
warn(message?: any, extra?: Record<string, any>) {
|
||||
write.err(build(message, extra))
|
||||
},
|
||||
tag(key: string, value: string) {
|
||||
if (tags) tags[key] = value
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user