@creativengine/logger

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @creativengine/logger

Weekly Downloads

1

Version

1.0.0

License

ISC

Unpacked Size

198 kB

Total Files

11

Last publish

Collaborators

  • 0kl
  • 0klce