Ejemplo n.º 1
0
 /**
  * Clears the mapped diagnostic context.
  */
 public static function clear()
 {
     self::$map = array();
 }
 /**
  * Returns the entire MDC context.
  * @return array
  */
 public function getMDCMap()
 {
     return Payone_Log4php_LoggerMDC::getMap();
 }