UNPKG

@shopify/shopify-api

Version:

Shopify API Library for Node - accelerate development with support for authentication, graphql proxy, webhooks

5 lines 302 B
import { LogSeverity } from '../types'; import { ConfigInterface } from '../base-types'; export type LoggerFunction = (severity: LogSeverity, message: string, context?: Record<string, any>) => void; export declare function log(config: ConfigInterface): LoggerFunction; //# sourceMappingURL=log.d.ts.map