 | ILoggerFatal Method (String, Object, Object) |
Writes the diagnostic message at the Fatal level using the specified parameters.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Fatal(
string message,
Object arg1,
Object arg2
)
Sub Fatal (
message As String,
arg1 As Object,
arg2 As Object
)
Parameters
- message
- Type: SystemString
A string containing format items. - arg1
- Type: SystemObject
First argument to format. - arg2
- Type: SystemObject
Second argument to format.
See Also