@wdio/browserstack-service
Version:
WebdriverIO service for better Browserstack integration
15 lines • 559 B
TypeScript
export declare class PercyLogger {
static logFilePath: string;
private static logFolderPath;
private static logFileStream;
static logToFile(logMessage: string, logLevel: string): void;
private static formatLog;
static info(message: string): void;
static error(message: string): void;
static debug(message: string, param?: unknown): void;
static warn(message: string): void;
static trace(message: string): void;
static clearLogger(): void;
static clearLogFile(): void;
}
//# sourceMappingURL=PercyLogger.d.ts.map