NLog Logging Library

Logger.Fatal Method

Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.

Overload List

Writes the diagnostic message at the Fatal level.

public void Fatal(IFormatProvider,object);

Writes the diagnostic message at the Fatal level using the specified Boolean as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,bool);

Writes the diagnostic message at the Fatal level using the specified Byte as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,byte);

Writes the diagnostic message at the Fatal level using the specified Char as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,char);

Writes the diagnostic message at the Fatal level using the specified Decimal as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,decimal);

Writes the diagnostic message at the Fatal level using the specified Double as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,double);

Writes the diagnostic message at the Fatal level using the specified Int32 as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,int);

Writes the diagnostic message at the Fatal level using the specified Int64 as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,long);

Writes the diagnostic message at the Fatal level using the specified Object as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,object);

Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.

public void Fatal(IFormatProvider,string,params object[]);

Writes the diagnostic message at the Fatal level using the specified SByte as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,sbyte);

Writes the diagnostic message at the Fatal level using the specified Single as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,float);

Writes the diagnostic message at the Fatal level using the specified String as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,string);

Writes the diagnostic message at the Fatal level using the specified UInt32 as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,uint);

Writes the diagnostic message at the Fatal level using the specified UInt64 as a parameter and formatting it with the supplied format provider.

public void Fatal(IFormatProvider,string,ulong);

Writes the diagnostic message at the Fatal level.

public void Fatal(object);

Writes the diagnostic message at the Fatal level.

public void Fatal(string);

Writes the diagnostic message at the Fatal level using the specified Boolean as a parameter.

public void Fatal(string,bool);

Writes the diagnostic message at the Fatal level using the specified Byte as a parameter.

public void Fatal(string,byte);

Writes the diagnostic message at the Fatal level using the specified Char as a parameter.

public void Fatal(string,char);

Writes the diagnostic message at the Fatal level using the specified Decimal as a parameter.

public void Fatal(string,decimal);

Writes the diagnostic message at the Fatal level using the specified Double as a parameter.

public void Fatal(string,double);

Writes the diagnostic message at the Fatal level using the specified Int32 as a parameter.

public void Fatal(string,int);

Writes the diagnostic message at the Fatal level using the specified Int64 as a parameter.

public void Fatal(string,long);

Writes the diagnostic message at the Fatal level using the specified Object as a parameter.

public void Fatal(string,object);

Writes the diagnostic message at the Fatal level using the specified parameters.

public void Fatal(string,object,object);

Writes the diagnostic message at the Fatal level using the specified parameters.

public void Fatal(string,object,object,object);

Writes the diagnostic message at the Fatal level using the specified parameters.

public void Fatal(string,params object[]);

Writes the diagnostic message at the Fatal level using the specified SByte as a parameter.

public void Fatal(string,sbyte);

Writes the diagnostic message at the Fatal level using the specified Single as a parameter.

public void Fatal(string,float);

Writes the diagnostic message at the Fatal level using the specified String as a parameter.

public void Fatal(string,string);

Writes the diagnostic message at the Fatal level using the specified UInt32 as a parameter.

public void Fatal(string,uint);

Writes the diagnostic message at the Fatal level using the specified UInt64 as a parameter.

public void Fatal(string,ulong);

See Also

Logger Class | NLog Namespace