## Generic

- find the standard formating for log entries and implement `LogEntry.toString()` accordingly
- Check if there are some standardized log levels systems. Choose one and implement the standard.

## Testing:

- Find a generic testing structure
- Write tests: [use Node.js Assert module](http://nodejs.org/api/assert.html) or [Expresso](https://github.com/visionmedia/expresso)

## API Documentation:

- [Use yuidoc](http://yui.github.io/yuidoc/)
