/**
  * Set the event dispatcher instance.
  *
  * @param \Illuminate\Contracts\Events\Dispatcher $dispatcher
  * @return void 
  * @static 
  */
 public static function setEventDispatcher($dispatcher)
 {
     //Method inherited from \Illuminate\Log\Writer
     \App\Support\Log\Writer::setEventDispatcher($dispatcher);
 }