UNPKG

voluptasmollitia

Version:
14 lines (8 loc) 369 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/remote-config](./remote-config.md) &gt; [LogLevel](./remote-config.loglevel.md) ## LogLevel type Defines levels of Remote Config logging. <b>Signature:</b> ```typescript export declare type LogLevel = 'debug' | 'error' | 'silent'; ```