v1 release

This commit is contained in:
Minsu Lee
2019-10-17 12:29:09 +09:00
parent 48174daa09
commit 8ad0cde66b
1080 changed files with 121377 additions and 6 deletions

10
node_modules/tracer/example/configFile3.json generated vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"format" : [
"{{timestamp}} <{{title}}> {{message}} (in {{file}}:{{line}})",
{
"error" : "{{timestamp}} <{{title}}> {{message}} (in {{file}}:{{line}})\nCall Stack:\n{{stack}}"
}
],
"dateformat" : "HH:MM:ss.L",
"level": "debug"
}