Example #1
0
 protected static function _log($type, array $args)
 {
     if (self::$isEnabled) {
         parent::_log($type, $args);
     }
 }