UNPKG

@elsikora/cladi

Version:

ClaDI is a library for creating and managing classes in TypeScript.

11 lines 564 B
import type { ILogger } from '../../../domain/interface/index'; import type { IConsoleLoggerOptions } from '../../../infrastructure/interface/index'; /** * Creates a new logger instance. * @param {IConsoleLoggerOptions} [options] - The options to use for the logger. * @default * @returns {ILogger} A new logger instance. * @see {@link https://elsikora.com/docs/cladi/services/logging} for more information on the logging service. */ export declare function createLogger(options?: IConsoleLoggerOptions): ILogger; //# sourceMappingURL=logger.utility.d.ts.map