 | TargetWithContextGetScopeContextNested Method |
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxprotected IList<Object> GetScopeContextNested(
LogEventInfo logEvent
)
Protected Function GetScopeContextNested (
logEvent As LogEventInfo
) As IList(Of Object)
Dim logEvent As LogEventInfo
Dim returnValue As IList(Of Object)
returnValue = Me.GetScopeContextNested(logEvent)
member GetScopeContextNested :
logEvent : LogEventInfo -> IList<Object>
Parameters
- logEvent
- Type: NLogLogEventInfo
Return Value
Type:
IListObjectCollection of nested state objects if any, else null
See Also