ntcore-ts-client
    Preparing search index...

    Enumeration LogLevel

    Log levels available for configuration. These map to tslog's log levels:

    • TRACE = 1 (tslog's trace)
    • DEBUG = 2 (tslog's debug)
    • INFO = 3 (tslog's info)
    • WARN = 4 (tslog's warn)
    • ERROR = 5 (tslog's error)
    • FATAL = 6 (tslog's fatal)
    • SILENT = 99 (disable all logging, not a tslog level)
    Index

    Enumeration Members

    Enumeration Members

    DEBUG: 2

    Detailed debugging information (maps to tslog's debug level 2)

    ERROR: 5

    Error messages (maps to tslog's error level 5)

    FATAL: 6

    Fatal error messages (maps to tslog's fatal level 6)

    INFO: 3

    General informational messages (maps to tslog's info level 3)

    SILENT: 99

    Disable all logging (uses 99, not a tslog level)

    TRACE: 1

    Very detailed debugging information (maps to tslog's trace level 1)

    WARN: 4

    Warning messages (maps to tslog's warn level 4)