UNPKG

@devgalena/react-use-logger

Version:

`react-use-logger` is a React hook to log messages. It also contains a function `useLogger` and a class `LoggingContextProvider` to set the logging levels of the library / application

3 lines (2 loc) 102 B
import { RenderLoggerFnType } from './types'; export declare const consoleRender: RenderLoggerFnType;