UNPKG

veritatisdoloremque

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