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