1.0.1 • Published 8 years ago

ain2-wrapper v1.0.1

Weekly downloads
5
License
ISC
Repository
github
Last release
8 years ago

== Ain 2 Wrapper ==

This just creates a simple wrapper around ain2 that instantiates an object. It was created mostly because I didn't want to override console.

You can use it like below:

let logger = require('ain2-wrapper')();

logger.warn("This is a warning.");
// This will output "WARN - This is a warning."

This supports the same log levels as ain. Severity level is referenced to RFC3164

#  String   Description
-----------------------
0  emerg    Emergency: system is unusable
1  alert    Alert: action must be taken immediately
2  crit     Critical: critical conditions
3  err      Error: error conditions
4  warn     Warning: warning conditions
5  notice   Notice: normal but significant condition
6  info     Informational: informational messages
7  debug    Debug: debug-level messages

Note that OSX uses a non standard syslog, and this likely won't work in any mode other than "development" on a mac.

1.0.1

8 years ago

1.0.0

8 years ago