Class Logger

The logging class used internally to (configurably) inform users about library behaviour. This is a thin wrapper around the console, and should generally be set to something above 'info' in production.

Hierarchy

  • Logger

Constructors

Properties

debug: LoggingFunction<void> = ...
error: LoggingFunction<void> = ...
fatal: LoggingFunction<never> = ...
info: LoggingFunction<void> = ...
level: LogLevel = 'info'
name: string
trace: LoggingFunction<void> = ...
warn: LoggingFunction<void> = ...

Methods

Generated using TypeDoc