Overview / log
log
constlog: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.