graphdb-workbench
Version:
The web application for GraphDB APIs
12 lines (11 loc) • 327 B
TypeScript
/**
* Logger for the Shared Components module.
*/
export declare class LoggerProvider {
/**
* Gets the logger instance for the Shared Components module.
*
* @returns LoggerService instance for the Shared Components module
*/
static get logger(): import("@ontotext/workbench-api").LoggerService;
}