Common Logging 2.0 API Reference

CapturingLogger.LastEvent Field

Allows to retrieve the last logged event instance captured by this logger

[Visual Basic]
Public LastEvent As CapturingLoggerEvent
[C#]
public CapturingLoggerEvent LastEvent;

See Also

CapturingLogger Class | Common.Logging.Simple Namespace