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

setLogLevel

Sets log level for all Firebase SDKs.

All of the log types above the current log level are captured (i.e. if you set the log level to info, errors are logged, but debug and verbose logs are not).

function setLogLevel(logLevel: LogLevelString): void;
§
setLogLevel(logLevel: LogLevelString): void
[src]

§Parameters

§Return Type