Table of Contents

Class LogStore

Namespace
Artemis.Core
Assembly
Artemis.Core.dll

A static store containing the last 500 logging events

public static class LogStore
Inheritance
object
LogStore

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

Event Type

EventHandler<LogEventEventArgs>