1.2.0 • Published 19 days ago

@holusion/logger v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

node-logger

Formated output for logger with prio-prefix

To be used with logger or systemd-cat.

When used over a tty, the output is formated as with a normal console.log. However when piped, a prio-prefix is added to the output.

Example syntax :

Types

Generate / update types using :

npx -p typescript tsc ./lib/*.js --declaration --allowJs --emitDeclarationOnly --outDir types