public override void LogRawMessage(LogLevel type, string code, string message, Exception exception, params object[] parameters) { if (type > MaxLevel) { type = MaxLevel; } loggerBaseImplementation.LogRawMessage(type, code, message, exception, parameters); }