Artemis Artemis
Artemis Artemis

Search Results for

    Class LogStore

    A static store containing the last 500 logging events

    Inheritance
    object
    LogStore
    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>
    Content is available under the PolyForm Noncommercial License, by Artemis RGB.