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

Error() public static méthode

public static Error ( string message ) : void
message string
Résultat void
        public static void Error(string message)
        {
            LogCore(LogItemType.Error, null, message, null);
        }

Same methods

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