 | LoggingConfigurationRemoveTarget Method |
Removes the specified named target.
Namespace: NLog.ConfigAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic void RemoveTarget(
string name
)
Public Sub RemoveTarget (
name As String
)
Parameters
- name
- Type: SystemString
Name of the target.
See Also