![]() | Logger.Fatal Method |
Name | Description | |
---|---|---|
![]() | Fatal<T>(T) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(LogMessageGenerator) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(String) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(Exception, String) |
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Fatal<T>(IFormatProvider, T) |
Writes the diagnostic message at the Fatal level.
|
![]() | Fatal(String,Object[]) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | Fatal<TArgument>(String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter.
|
![]() | Fatal(Exception, String,Object[]) |
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Fatal(IFormatProvider, String,Object[]) |
Writes the diagnostic message at the Fatal level using the specified parameters and formatting them with the supplied format provider.
|
![]() | Fatal<TArgument>(IFormatProvider, String, TArgument) |
Writes the diagnostic message at the Fatal level using the specified parameter and formatting it with the supplied format provider.
|
![]() | Fatal<TArgument1, TArgument2>(String, TArgument1, TArgument2) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | Fatal(Exception, IFormatProvider, String,Object[]) |
Writes the diagnostic message and exception at the Fatal level.
|
![]() | Fatal<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.
|
![]() | Fatal<TArgument1, TArgument2, TArgument3>(String, TArgument1, TArgument2, TArgument3) |
Writes the diagnostic message at the Fatal level using the specified parameters.
|
![]() | Fatal<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.
|