UNPKG

voluptasmollitia

Version:
27 lines (15 loc) 676 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/app](./app.md) &gt; [setLogLevel](./app.setloglevel.md) ## setLogLevel() function 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). <b>Signature:</b> ```typescript export declare function setLogLevel(logLevel: LogLevelString): void; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | logLevel | LogLevelString | | <b>Returns:</b> void