UNPKG

dbgate-tools

Version:

Auxiliary tools for other DbGate packages.

5 lines (4 loc) 229 B
import { Logger, type LogConfig } from 'pinomin'; export declare function setLogConfig(value: LogConfig): void; export declare function setLoggerName(value: any): void; export declare function getLogger(caller?: string): Logger;