tovarish-relayer/lib/services/logger.d.ts
2024-11-13 01:42:13 +00:00

3 lines
117 B
TypeScript
Vendored

import winston from 'winston';
export declare function getLogger(label?: string, minLevel?: string): winston.Logger;