UNPKG

wiremock-rest-client

Version:

Lightweight REST client to interact with a running WireMock server

7 lines (6 loc) 185 B
import log from 'loglevel'; export declare class LogUtil { static continueOnFailure: boolean; static logger(): log.Logger; static handleError(errorMessage: string): void; }