@pajn/node-tradfri-client
Version:
Library to talk to IKEA Trådfri Gateways without external binaries
4 lines (3 loc) • 306 B
TypeScript
export declare type LoggerFunction = (message: string, severity?: "info" | "warn" | "debug" | "error" | "silly") => void;
export declare function setCustomLogger(logger: LoggerFunction): void;
export declare function log(message: string, severity?: "info" | "warn" | "debug" | "error" | "silly"): void;