Skip to content

Overview / log

log

const log: Readonly<{ box: LogFn; debug: LogFn; dir: (content) => void; error: LogFn; fail: LogFn; fatal: LogFn; info: LogFn; normal: LogFn; silent: LogFn; success: LogFn; table: <T>(rows) => void; tag: (color, tag, message, ...args) => void; warn: LogFn; }>

The logger module provides various logging functions.

Released under the GPL-3.0 License.