@jcamacaro96/utils
Version:
QR Commerce utils
12 lines (11 loc) • 364 B
TypeScript
export declare class Logger {
private readonly createFile;
private subMethod;
constructor(method: string, trackId?: string);
debug(message: string, payload?: any): void;
info(message: string, payload?: any): void;
error(message: any): void;
addSubMethod(subMethod: string): void;
cleanSubMethod(): void;
private transformMsg;
}