LogRecordBuilder.GetOutputMultiplexEventData Method |
Namespace: PostSharp.Patterns.Diagnostics.RecordBuilders
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 2023.0.3.0 (2023.0.3.0)
public virtual LogEventData GetOutputMultiplexEventData()
Return Value
Type: LogEventDataList of properties to be passed to the next backend, or null.
Returning null means that no properties should be passed to the next backend.
Note to implementors: This method is called by the multiplexer after BeginRecord(LoggingContext, LogRecordInfo, LogMemberInfo) and BeginCustomRecord(LoggingContext, CustomLogRecordInfo). This may change -- this is an experimental feature.