 | ILoggerError Method (String, Byte) |
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,
byte argument
)
Sub Error (
message As String,
argument As Byte
)
Parameters
- message
- Type: SystemString
A string containing one format item. - argument
- Type: SystemByte
The argument to format.
See Also