a new oblect utils - enum, enum view, refactoring of mainLayout, debugging, states for sockets
This commit is contained in:
parent
46444c5fad
commit
bc4ed4a7cd
14 changed files with 260 additions and 57 deletions
|
@ -5,7 +5,7 @@ var ENV = config.get('build');
|
|||
function getLogger(module) {
|
||||
var path = module.filename.split('/').slice(-2).join('/');
|
||||
|
||||
return new Winston.Logger({
|
||||
return Winston.createLogger({
|
||||
transports: [
|
||||
new Winston.transports.Console({
|
||||
colorize: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue