Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Module

Structure of a loggable module for the LoxerModules

Hierarchy

  • Module

Properties

devLevel

devLevel: LevelType

Actual level to show logs in development mode.

prodLevel

prodLevel: LevelType

Actual level to show logs in production mode.

fullName

fullName: string

Full name for the logged module.

color

color: string

Color used to identify this Log. Supported formats:

  • hex-string: (eg: '#ff0000' or '#f00' for red)
  • rgb-string: (eg: 'rgb(255, 0, 0)' for red)

Optional boxLayoutStyle

boxLayoutStyle: BoxLayoutStyle

a specific box layout for the boxes of this module.

  • this option overrides the defaultBoxLayoutStyle of the LoxerConfig

Generated using TypeDoc