BoC.Logging.Sitecore.SitecoreLogger.Fatal C# (CSharp) Method

Fatal() public method

public Fatal ( String message ) : void
message String
return void
        public void Fatal(String message)
        {
            Log.Fatal(message, this);
        }

Same methods

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