@wdio/browserstack-service
Version:
WebdriverIO service for better Browserstack integration
15 lines • 611 B
TypeScript
import Transport from 'winston-transport';
declare class logReportingAPI extends Transport {
log(info: {
level: string | null;
message: string | null;
}, callback?: undefined | Function): void;
logToTestOps: (level?: string, message?: string | null, consoleLog?: boolean) => void;
trace: (message: string | null) => void;
debug: (message: string | null) => void;
info: (message: string | null) => void;
warn: (message: string | null) => void;
error: (message: string | null) => void;
}
export default logReportingAPI;
//# sourceMappingURL=logReportingAPI.d.ts.map