Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 424 Bytes

README.markdown

File metadata and controls

20 lines (13 loc) · 424 Bytes

NodeLog

Logging library for Node.js based on the java.util.logging library.

var logger = require('logger').getLogger('ServiceName');

logger.info('Hello world');  

By default, the console handler is used which prints messages to the STDERR stream.

Features

  • Logging
  • Use of levels
  • Filtering
  • Custom Handlers
  • Custom Formatters

Contributors

Fabian M (mail.fabianm@gmail.com)