BclExtras.Logger.Warning C# (CSharp) Method

Warning() public static method

public static Warning ( string message ) : void
message string
return void
        public static void Warning(string message)
        {
            LogCore(LogItemType.Warning, null, message, null);
        }

Same methods

Logger::Warning ( string message, Exception ex ) : void
Logger::Warning ( string category, string message ) : void
Logger::Warning ( string category, string message, Exception ex ) : void