Setting up the module
To setting up the module is very easy :P
Just paste this code at the start of your app.
var Loggic = require('loggic');
var logger = new Loggic.logger();
After that, the logger will be setting up.
The configuration will be explained.