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