UNPKG

graphdb-workbench

Version:
12 lines (11 loc) 278 B
/** * Logger for the API module. */ export declare class LoggerProvider { /** * Gets the logger instance for the API module. * * @returns LoggerService instance for the API module */ static get logger(): import("./logger-service").LoggerService; }