Common Logging 2.0 API Reference

CapturingLoggerFactoryAdapter.LoggerEvents Field

Holds the list of logged events.

[Visual Basic]
Public ReadOnly LoggerEvents As IList(Of CapturingLoggerEvent)
[C#]
public readonly IList<CapturingLoggerEvent> LoggerEvents;

Remarks

To access this collection in a multithreaded application, put a lock on the list instance.

See Also

CapturingLoggerFactoryAdapter Class | Common.Logging.Simple Namespace