1
0
mirror of https://github.com/balkian/simple-colourful-logger.git synced 2025-09-02 03:12:20 +00:00

Less verbose

This commit is contained in:
J.Fernando Sánchez
2013-06-04 12:24:34 +02:00
parent 0b579cc4c4
commit 3cdb192eae
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ var Logger = function(name, levels, colours){
for(var level in levels){
this.logsactivated[levels[level]] = true;
}
this.log('Initializing logger for:',name, ' for levels:', levels);
this.log('Initializing logger for levels:', levels);
}
Logger.prototype.applyColours = function(c,colours){