UNPKG

@goldstack/utils-log

Version:

Utilities for emitting logs.

16 lines 571 B
import { LoggerConfig } from '@goldstack/utils-cli'; export declare function setLogger(config: LoggerConfig): void; export declare function debug(msg: string, properties?: { [key: string]: any; }): void; export declare function info(msg: string, properties?: { [key: string]: any; }): void; export declare function warn(msg: string, properties?: { [key: string]: any; }): void; export declare function error(msg: string, properties?: { [key: string]: any; }): void; export declare const fatal: (msg: string) => void; //# sourceMappingURL=utilsLog.d.ts.map