Search Results for

    Show / Hide Table of Contents

    Enum LogLevel

    The level at which to log.

    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public enum LogLevel : int

    Fields

    Name Description
    Debug

    Logs messages relevant to development and troubleshooting.

    Error

    Logs messages relevant to errors that allow program execution to continue.

    Fatal

    Logs messages relevant to errors that require the program to terminate.

    Info

    Logs messages relevant to expected use.

    None

    Logs nothing.

    Verbose

    Logs extensive messages detailing the program's state for troubleshooting.

    Warn

    Logs messages relevant to potential pit-falls.

    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0