UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

13 lines (12 loc) 617 B
export declare class Logger { static error(module: string, msg: string, ...args: unknown[]): void; static info(module: string, msg: string, ...args: unknown[]): void; static warn(module: string, msg: string, ...args: unknown[]): void; static debug(module: string, msg: string, ...args: unknown[]): void; static withContext(module: string, operation: string): { error: (msg: string, ...args: unknown[]) => void; info: (msg: string, ...args: unknown[]) => void; warn: (msg: string, ...args: unknown[]) => void; debug: (msg: string, args: unknown[]) => void; }; }