UNPKG

voluptasmollitia

Version:
25 lines (14 loc) 590 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@firebase/database](./database.md) &gt; [enableLogging](./database.enablelogging_1.md) ## enableLogging() function Logs debugging information to the console. <b>Signature:</b> ```typescript export declare function enableLogging(logger: (message: string) => unknown): any; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | logger | (message: string) =&gt; unknown | A custom logger function to control how things get logged. | <b>Returns:</b> any