Options used across this module. These can be configured globally by making changes to Config.sharedInstance.

Hierarchy

  • Config

Constructors

Properties

levelNameMap: LogLevelNameMap = LogLevelNameMap.main

The map to use for parsing named levels from raw level integer values.

parameterSeparator: string = DEFAULT_JOIN_STRING

The separator used when joining stringified log parameters.

stringifyMaxLength: number = DEFAULT_STRINGIFY_MAX_LENGTH

The max length of stringified log parameters before truncation is applied.

Accessors

Methods

  • Reset all options to defaults

    Returns void

Generated using TypeDoc