Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ILogger

Hierarchy

  • ILogger

Index

Methods

Methods

error

  • error(message: any, trace?: string, context?: string): void
  • Parameters

    • message: any
    • Optional trace: string
    • Optional context: string

    Returns void

log

  • log(message: any, context?: string): void

warn

  • warn(message: any, context?: string): void

Generated using TypeDoc