Class LogStore
A static store containing the last 500 logging events
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public static class LogStore
Properties
Events
Gets a list containing the last 500 log events.
Declaration
public static List<LogEvent> Events { get; }
Property Value
Type | Description |
---|---|
List<LogEvent> |
Events
EventAdded
Occurs when a new Serilog.Events.LogEvent was received.
Declaration
public static event EventHandler<LogEventEventArgs>? EventAdded
Event Type
Type | Description |
---|---|
EventHandler<LogEventEventArgs> |