Common Logging 2.0 API Reference

CapturingLoggerFactoryAdapter.LastEvent Property

Holds the last log event received from any of this adapter's loggers.

[Visual Basic]
Public ReadOnly Property LastEvent() As CapturingLoggerEvent
   Public Get
   End Get
End Property
[C#]
public CapturingLoggerEvent LastEvent { public get; }

See Also

CapturingLoggerFactoryAdapter Class | Common.Logging.Simple Namespace