SerilogLoggingBackend.CreateSyncCustomActivityContext Method |
Namespace: PostSharp.Patterns.Diagnostics.Backends.Serilog
Assembly: PostSharp.Patterns.Diagnostics.Backends.Serilog (in PostSharp.Patterns.Diagnostics.Backends.Serilog.dll) Version: 6.5.21.0 (6.5.21.0)
protected override SyncCustomActivityLoggingContext CreateSyncCustomActivityContext( ThreadLoggingContext threadContext )
Parameters
- threadContext
- Type: PostSharp.Patterns.Diagnostics.Contexts.ThreadLoggingContext
The ThreadLoggingContext in which the SyncCustomActivityLoggingContext will be used.
Return Value
Type: SyncCustomActivityLoggingContextA new SyncCustomActivityLoggingContext to be used only in the thread of threadContext.