Options
All
  • Public
  • Public/Protected
  • All
Menu

Module components/logging

Index

Classes

Properties

Functions

Properties

default

default: { configure: (config: LoggerConfig) => void; configured: () => boolean; get: (name: string) => LogWrapper }

Type declaration

  • configure: (config: LoggerConfig) => void
      • (config: LoggerConfig): void
      • Parameters

        • config: LoggerConfig

        Returns void

  • configured: () => boolean
      • (): boolean
      • Returns boolean

  • get: (name: string) => LogWrapper

Functions

configure

  • configure(config: LoggerConfig): void

configured

  • configured(): boolean

get

Generated using TypeDoc