 | ILoggerWarn Method (String, Object) |
Writes the diagnostic message at the Warn level using the specified parameters.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxvoid Warn(
string message,
params Object[] args
)
Sub Warn (
message As String,
ParamArray args As Object()
)
Parameters
- message
- Type: SystemString
A string containing format items. - args
- Type: SystemObject
Arguments to format.
See Also