UNPKG

@chimoney.io/iaas-k8s-deployment

Version:

Kubernetes Infrastructure as a Service deployment package for streamlined multi-cloud environments

12 lines 465 B
import type { LogLevel, Logger } from "../../types/index.js"; export declare class ConsoleLogger implements Logger { private level; constructor(level?: LogLevel); private shouldLog; private formatMessage; debug(message: string, ...args: any[]): void; info(message: string, ...args: any[]): void; warn(message: string, ...args: any[]): void; error(message: string, ...args: any[]): void; } //# sourceMappingURL=console-logger.d.ts.map