UNPKG

graphdb-workbench

Version:
8 lines (7 loc) 338 B
import { LoggerType } from './logger-type'; import { Logger } from './logger'; /** * A mapping of available logger types to their corresponding logger service instances. * Adding loggers here will initialize them and make them available for use in the application. **/ export declare const LOGGER_DEFINITIONS: Map<LoggerType, Logger>;