/**
  * Returns the entire MDC context.
  * @return array
  */
 public function getMDCMap()
 {
     return Payone_Log4php_LoggerMDC::getMap();
 }