UNPKG

zabbix-utils

Version:

TypeScript port of zabbix-utils - Python library for working with Zabbix API, Sender, and Getter protocols

14 lines 334 B
export declare class EmptyHandler { /** * Empty logging handler. */ emit(...args: any[]): void; } export declare class SensitiveFilter { /** * Filter to hide sensitive Zabbix info (password, auth) in logs */ private hideData; filter(record: any): boolean; } //# sourceMappingURL=logger.d.ts.map