DCS World Typescript
    Preparing search index...

    LogLevel represents the different severity levels that can be used to log messages.

    The levels are TRACE, DEBUG, INFO, WARN, ERROR, and OFF.

    OFF is a special level that can be used to disable logging.

    Index

    Enumeration Members

    Enumeration Members

    DEBUG: 20
    ERROR: 50
    INFO: 30
    OFF: 100
    TRACE: 10
    WARN: 40