/**
  * Returns the the context corresponding to the <code>key</code>
  * parameter.
  * @return string
  */
 public function getMDC($key)
 {
     return Payone_Log4php_LoggerMDC::get($key);
 }