graphdb-workbench
Version:
The web application for GraphDB APIs
8 lines (7 loc) • 338 B
TypeScript
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>;