 | ILoggerWarn Method (String) |
Writes the diagnostic message at the Warn level.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Warn(
string message
)
Sub Warn (
message As String
)
Parameters
- message
- Type: SystemString
Log message.
See Also