Ejemplo n.º 1
0
 /**
  * Set the stack of handlers for loggers built from this factory.
  *
  * @param array $stack The stack of handlers for loggers built from this factory.
  *
  * @return void
  */
 public static function setHandlerStack(array $stack)
 {
     self::$_handlerStack = $stack;
 }