 | InstallationContextError Method |
Logs the specified error message.
Namespace:
NLog.Config
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic 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