Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianishere committed Dec 1, 2011
1 parent a514212 commit 869b74f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
@@ -1,12 +1,12 @@
# NodeLog

Logging library for Node.js based on the java.util.logging library.
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.
By default, the console handler is used which prints messages to the STDERR stream.

## Features
* Logging
Expand Down

0 comments on commit 869b74f

Please sign in to comment.