Logger.prototype.info = function(msg) {
  this.log_(this.getColoredMessage(msg, clc.cyan), Logger.LogLevel.INFO);
};