Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Logger

public

Represents a logger object that is available in HandlerExecutionContext throughout the middleware stack.

Hierarchy

  • Logger

Index

Properties

Properties

debug

debug: (...content: any[]) => void

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

error

error: (...content: any[]) => void

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

info

info: (...content: any[]) => void

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void

Optional trace

trace: undefined | ((...content: any[]) => void)

warn

warn: (...content: any[]) => void

Type declaration

    • (...content: any[]): void
    • Parameters

      • Rest ...content: any[]

      Returns void