sync
This commit is contained in:
parent
5f750b7368
commit
5c491758f5
3 changed files with 9 additions and 9 deletions
|
|
@ -39,7 +39,7 @@ export namespace Log {
|
|||
})
|
||||
.map(([key, value]) => `${key}=${value}`)
|
||||
.join(" ");
|
||||
return [prefix, message].join(" ") + "\n";
|
||||
return [new Date().toISOString(), prefix, message].join(" ") + "\n";
|
||||
}
|
||||
const result = {
|
||||
info(message?: any, extra?: Record<string, any>) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue