Search Results for

    Show / Hide Table of Contents

    Class ConsoleLogger

    Console logger class

    Inheritance
    object
    ConsoleLogger
    Namespace: Terminaux.Base
    Assembly: Terminaux.dll
    Syntax
    public static class ConsoleLogger

    Properties

    AbstractLogger

    Sets the logger to use

    Declaration
    public static BaseLogger? AbstractLogger { get; set; }
    Property Value
    Type Description
    BaseLogger

    EnableLogging

    Whether to enable logging or not

    Declaration
    public static bool EnableLogging { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX