 | GDCRemove Method |
Removes the specified item from the Global Diagnostics Context.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic static void Remove(
string item
)
Public Shared Sub Remove (
item As String
)
Parameters
- item
- Type: SystemString
Item name.
See Also