Interface LoggerLevelData

Hierarchy

  • LoggerLevelData

Properties

Properties

formatting?: {
    ansiColor: number;
}

Optional formatting information about this level.

Type declaration

  • ansiColor: number

    The color of this logger level. See: ANSI escape codes.

    Default

    34

importance: number

How "important" this level is. The higher the number, the more important. Debug is 0, fatal is 4.

Generated using TypeDoc