static function setTraceEnabled($bEnabled) { self::$bTraceEnabled = $bEnabled; if (!$bEnabled) { self::$log = array(); } }