Options
All
  • Public
  • Public/Protected
  • All
Menu

Module diagnostics/logger

Index

Interfaces

Type aliases

Variables

Functions

Type aliases

LogFuncAction

LogFuncAction: (message: string, ...meta: any[]) => ILogFunc

A log action.

param

The message.

param

One or more meta data.

returns

The new function.

Type declaration

    • (message: string, ...meta: any[]): ILogFunc
    • Parameters

      • message: string
      • Rest ...meta: any[]

      Returns ILogFunc

Variables

Const log

log: ILogFunc = ...

The global log function.

Const logger

logger: Logger = ...

Functions

createLogFunc

createLogger

  • createLogger(): Logger

Generated using TypeDoc