Overview
Table of contents
- consoleLog (constant)
- debug (function)
- error (function)
- info (function)
- log (function)
- warn (function)
consoleLog (constant)
MonadLog instance for console
Signature
export const consoleLog: MonadLog = ...
debug (function)
Signature
export const debug: Log['debug'] = (message) => ...
error (function)
Signature
export const error: Log['error'] = (message) => ...
info (function)
Signature
export const info: Log['info'] = (message) => ...
log (function)
Signature
export const log: Log['log'] = (message) => ...
warn (function)
Signature
export const warn: Log['warn'] = (message) => ...