public function log($msg, $type = 'debug')
 {
     #debug($msg);
     return parent::log($msg, $type);
 }