 | ILoggerError Method (String, Object) |
Writes the diagnostic message at the Error level using the specified value as a parameter.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 0.0.0.0
Syntaxvoid Error(
string message,
Object argument
)
Sub Error (
message As String,
argument As Object
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemObject
The argument to format.
See Also