UNPKG

@log4js2/core

Version:

log4js2 is a fast and lightweight logging library that enables logging flexibility within JavaScript/TypeScript applications, similar to Apache's [Log4j2 library](https://logging.apache.org/log4j/2.x/). It can also serve as a drop-in replacement for log4

4 lines (3 loc) 165 B
import { Logger } from '..'; export declare const useVirtualConsole: (state: boolean) => void; export declare const getVirtualConsole: (logger?: Logger) => Console;