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