BoC.Logging.Sitecore.SitecoreLogger.Fatal C# (CSharp) Méthode

Fatal() public méthode

public Fatal ( String message ) : void
message String
Résultat void
        public void Fatal(String message)
        {
            Log.Fatal(message, this);
        }

Same methods

SitecoreLogger::Fatal ( String message, Exception exception ) : void