 | GlobalDiagnosticsContextGetObject Method |
Gets the Global Diagnostics Context named item.
Namespace: NLogAssembly: NLog (in NLog.dll) Version: 4.3.0
Syntaxpublic static Object GetObject(
string item
)
Public Shared Function GetObject (
item As String
) As Object
Parameters
- item
- Type: SystemString
Item name.
Return Value
Type:
ObjectThe item value, if defined; otherwise
null.
See Also