Skip to main content

LogLevel

For the complete documentation index, see llms.txt

Midnight.js API Reference v4.0.4


Midnight.js API Reference / @midnight-ntwrk/midnight-js-types / LogLevel

Enumeration: LogLevel

A valid named log level.

Enumeration Members

DEBUG

DEBUG: "debug"

Log levels used by Midnight.JS to report internal state.


ERROR

ERROR: "error"


FATAL

FATAL: "fatal"


INFO

INFO: "info"

Log levels typically used by DAapp developers.


TRACE

TRACE: "trace"


WARN

WARN: "warn"