Skip to main content

Variable: Logger

const Logger: any

Defined in: core/src/Logger.ts:19

Creates (or retrieves a cached) logger with the specified level and file name to output logs to.

Param

level

The logging level to create the logger with.

Param

file

The name (without an extension) of the file to output logs to.