Loggerinterface
Log interface that can be passed to library for its own logging.
Properties (1)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| level⚓︎ | LoggerLogLevel | x | x | x |
5 Methods
debug()⚓︎
(message: string, args: unknown[]) => void
error()⚓︎
(message: string, args: unknown[]) => void
info()⚓︎
(message: string, args: unknown[]) => void
verbose()⚓︎
(message: string, args: unknown[]) => void