UNPKG

364 BTypeScriptView Raw
1import { Logger } from '@terascope/utils';
2import { Context, ExecutionConfig } from './interfaces';
3export declare function makeContextLogger(context: Context, moduleName: string, extra?: {}): Logger;
4export declare function makeExContextLogger(context: Context, config: ExecutionConfig, moduleName: string, extra?: {}): Logger;
5//# sourceMappingURL=utils.d.ts.map
\No newline at end of file