UNPKG

slf

Version:
7 lines (6 loc) 206 B
import { Event } from './LoggerFactory'; /** * Implementation of a tiny logging provider using the console.log */ declare const factory: (event: Event) => void; export { factory as ConsoleLogger };