public static function fatal($msg, $backtrace = true) { self::outputMessage(self::LEVEL_FATAL, $msg, $backtrace); die; }