Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IContextLogger

Extension of ISimpleChannel to support contextual logging by adding stack of prefixes.

Hierarchy

Implemented by

Index

Methods

error

  • error(message?: any, ...optionalParams: any[]): void

info

  • info(message?: any, ...optionalParams: any[]): void

pop

  • pop(): void

pushAttr

  • pushAttr(name: string): void

pushIndex

  • pushIndex(index: string | number): void

warn

  • warn(message?: any, ...optionalParams: any[]): void

Generated using TypeDoc