@creativengine/logger
v1.0.0
Published
A specific implementation of winston.js for CE.
Downloads
3
Readme
CE Logger
A specific implementation of winston.js for CE.
Specifically contains:
logRoute
- A combined format log
TODO:
profileAndSave
- A log that should have the format below (TODO)
// name: ${name}
// profile: ${duration}
let ${name} = {
"args":${util.inspect(args)},
"returnVal: ${util.inspect(returnVal)}
}
This should allow for calling of logs via log.<level>
as well as profiling by wrapping methods.