LogLevel

View as Markdown

LogLevel

An enum describing the types of messages to be logged.

NameTypeDescription
none LogLevel

Log nothing to the console.

error LogLevel

Only log errors to the console.

info LogLevel

Log messages when requests are sent, and when responses are received, as well as other useful information.