| InstallationContextWarning Method |
Logs the specified warning message.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax public void Warning(
string message,
params Object[] arguments
)
Public Sub Warning (
message As String,
ParamArray arguments As Object()
)
Dim instance As InstallationContext
Dim message As String
Dim arguments As Object()
instance.Warning(message, arguments)
member Warning :
message : string *
arguments : Object[] -> unit
Parameters
- message
- Type: SystemString
The message. - arguments
- Type: SystemObject
The arguments.
See Also