Options
All
  • Public
  • Public/Protected
  • All
Menu

Basic interface for any logger implementation

Hierarchy

  • ILogger

Implemented by

Index

Properties

Methods

Properties

Optional name

name: string

Methods

debug

  • debug(...msg: any[]): any

error

  • error(...msg: any[]): any

fatal

  • fatal(...msg: any[]): any

info

  • info(...msg: any[]): any

trace

  • trace(...msg: any[]): any

warn

  • warn(...msg: any[]): any