BclExtras.Logger.Warning C# (CSharp) Méthode

Warning() public static méthode

public static Warning ( string message ) : void
message string
Résultat 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