 | ILoggerError Method (String, Object, Object, Object) |
Writes the diagnostic message at the Error level using the specified parameters.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Error(
string message,
Object arg1,
Object arg2,
Object arg3
)
Sub Error (
message As String,
arg1 As Object,
arg2 As Object,
arg3 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. - arg3
- Type: SystemObject
Third argument to format.
See Also