Class LogStore
A static store containing the last 500 logging events
public static class LogStore
- Inheritance
-
objectLogStore
Properties
Events
Gets a list containing the last 500 log events.
public static List<LogEvent> Events { get; }
Property Value
- List<LogEvent>
Events
EventAdded
Occurs when a new Serilog.Events.LogEvent was received.
public static event EventHandler<LogEventEventArgs>? EventAdded