@percy/agent
Version:
An agent process for integrating with Percy.
8 lines (7 loc) • 367 B
TypeScript
import * as winston from 'winston';
export declare function addLogDate(log: string): string;
declare const logger: winston.Logger;
export declare function profile(id: string, meta?: any): winston.Logger | undefined;
export declare function logError(error: any): void;
export declare function createFileLogger(filename: string): winston.Logger;
export default logger;