Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "node_modules/@types/karma/lib/constants.d"

Index

Variables

Const COLOR_PATTERN

COLOR_PATTERN: string

The default color pattern for log output

Const CONSOLE_APPENDER

CONSOLE_APPENDER: object

The default console appender

Type declaration

  • layout: object
    • pattern: string
    • type: string
  • type: string

Const DEFAULT_HOSTNAME

DEFAULT_HOSTNAME: string

The default hostname used for the karma server

Const DEFAULT_LISTEN_ADDR

DEFAULT_LISTEN_ADDR: string

The default listen address used for the karma server

Const DEFAULT_PORT

DEFAULT_PORT: string | number

The default port used for the karma server

Const EXIT_CODE

EXIT_CODE: string

The exit code

Const LOG_DEBUG

LOG_DEBUG: "DEBUG"

The value for the log debug level

Const LOG_DISABLE

LOG_DISABLE: "OFF"

The value for disabling logs

Const LOG_ERROR

LOG_ERROR: "ERROR"

The value for the log error level

Const LOG_INFO

LOG_INFO: "INFO"

The value for the log info level

Const LOG_LOG

LOG_LOG: "LOG"

Const LOG_PRIORITIES

LOG_PRIORITIES: ["OFF", "ERROR", "WARN", "LOG", "INFO", "DEBUG"]

An array of log levels in descending order, i.e. LOG_DISABLE, LOG_ERROR, LOG_WARN, LOG_LOG, LOG_INFO, and LOG_DEBUG

Const LOG_WARN

LOG_WARN: "WARN"

The value for the log warn level

Const NO_COLOR_PATTERN

NO_COLOR_PATTERN: string

The default pattern for log output without color

Const VERSION

VERSION: string

The current version of karma

Generated using TypeDoc