function Logger() {
  EventDispatcher.call(this);
  this.console = false;
  this._priority = priorities.warn;
}