Added in v0.0.1
Signature
export declare const Logger: ( level: Level, headersToRedact?: string[] ) => (context: Interceptor.Chain) => Promise<E.Either<HttpError | Interceptor.InterceptorError, Response>>