Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

§Classes

Logger

§Enums

LogLevel

The JS SDK supports 5 log levels and also allows a user the ability to silence the logs altogether.

§Functions

setLogLevel
setUserLogHandler

§Interfaces

LogOptions

§Type Aliases

LogCallback
LogHandler

We allow users the ability to pass their own log handler. We will pass the type of log, the current log level, and any other arguments passed (i.e. the messages that the user wants to log) to this function.

LogLevelString