Options
All
  • Public
  • Public/Protected
  • All
Menu

Dimensions Logging Class

Hierarchy

  • Logger

Index

Constructors

constructor

  • new Logger(level?: LEVEL, identifier?: string): Logger

Properties

identifier

identifier: string

Identifier of who is logging this

default

'Log'

identifierColor

identifierColor: Color = colors.bold.green

Color of the identifier string

default

Bold Green

level

level: LEVEL

The logging level to use

Methods

bar

  • bar(type?: string): string

custom

  • custom(label: string, level: LEVEL, ...message: any[]): void

detail

  • detail(...message: any[]): void

detailbar

  • detailbar(): void

error

  • error(...message: any[]): void

errorbar

  • errorbar(): void

getIdentifier

  • getIdentifier(): string

important

  • important(...message: any[]): void

importantBar

  • importantBar(): void

info

  • info(...message: any[]): void

infobar

  • infobar(): void

system

  • system(...message: any[]): void

systemIO

  • systemIO(...message: any[]): void

systemIObar

  • systemIObar(): void

systembar

  • systembar(): void

warn

  • warn(...message: any[]): void

warnbar

  • warnbar(): void

Generated using TypeDoc