Click or drag to resize

Logger.Fatal Method

Writes the diagnostic message at the Fatal level using the specified format provider and format parameters.
Overload List
  NameDescription
Public methodFatal<T>(T)
Writes the diagnostic message at the Fatal level.
Public methodFatal(LogMessageGenerator)
Writes the diagnostic message at the Fatal level.
Public methodFatal(String)
Writes the diagnostic message at the Fatal level.
Public methodFatal(Exception, String)
Writes the diagnostic message and exception at the Fatal level.
Public methodFatal<T>(IFormatProvider, T)
Writes the diagnostic message at the Fatal level.
Public methodFatal(String,Object[])
Writes the diagnostic message at the Fatal level using the specified parameters.
Public methodFatal<TArgument>(String, TArgument)
Writes the diagnostic message at the Fatal level using the specified parameter.
Public methodFatal(Exception, String,Object[])
Writes the diagnostic message and exception at the Fatal level.
Public methodFatal(IFormatProvider, String,Object[])
Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
Public methodFatal<TArgument>(IFormatProvider, String, TArgument)
Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
Public methodFatal<TArgument1, TArgument2>(String, TArgument1, TArgument2)
Writes the diagnostic message at the Fatal level using the specified parameters.
Public methodFatal(Exception, IFormatProvider, String,Object[])
Writes the diagnostic message and exception at the Fatal level.
Public methodFatal<TArgument1, TArgument2>(IFormatProvider, String, TArgument1, TArgument2)
Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
Public methodFatal<TArgument1, TArgument2, TArgument3>(String, TArgument1, TArgument2, TArgument3)
Writes the diagnostic message at the Fatal level using the specified parameters.
Public methodFatal<TArgument1, TArgument2, TArgument3>(IFormatProvider, String, TArgument1, TArgument2, TArgument3)
Writes the diagnostic message at the Fatal level using the specified arguments formatting it with the supplied format provider.
Top
See Also