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

6 lines (5 loc) 164 B
export * from './types'; export * from './console-logger'; export * from './LoggingContext'; export * from './LoggingContextProvider'; export * from './useLogger';