 | TargetWithContextCaptureScopeContextNested Method |
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 5.5.0+1873145cbc26e0312d9481234d69ce7dc68aac4e
Syntaxprotected virtual IList<Object> CaptureScopeContextNested(
LogEventInfo logEvent
)
Protected Overridable Function CaptureScopeContextNested (
logEvent As LogEventInfo
) As IList(Of Object)
Dim logEvent As LogEventInfo
Dim returnValue As IList(Of Object)
returnValue = Me.CaptureScopeContextNested(logEvent)
abstract CaptureScopeContextNested :
logEvent : LogEventInfo -> IList<Object>
override CaptureScopeContextNested :
logEvent : LogEventInfo -> IList<Object>
Parameters
- logEvent
- Type: NLogLogEventInfo
Return Value
Type:
IListObjectCollection with
ScopeContext stack items if any, else null
See Also