Logger interface

Logger interface.

Methods

debug method

Signature

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

error method

Signature

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

fatal method

Signature

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

info method

Signature

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

trace method

Signature

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

warn method

Signature

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