UNPKG

sap-cap-debugger

Version:

NPX tool for remote debugging SAP CAP applications on Cloud Foundry (CAP v7 and earlier)

13 lines 457 B
import { Logger } from '../types'; export declare class ConsoleLogger implements Logger { private verbose; constructor(verbose?: boolean); info(message: string): void; success(message: string): void; warning(message: string): void; error(message: string): void; step(message: string): void; debug(message: string): void; } export declare const createLogger: (verbose?: boolean) => Logger; //# sourceMappingURL=logger.d.ts.map