Exemplo n.º 1
0
 /**
  * Register a new callback handler for when a log event is triggered.
  *
  * @param \Closure $callback
  * @return void 
  * @throws \RuntimeException
  * @static 
  */
 public static function listen($callback)
 {
     \Illuminate\Log\Writer::listen($callback);
 }