1.0.0 • Published 7 years ago
@creativengine/logger v1.0.0
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.
1.0.0
7 years ago