UNPKG

@google-cloud/pubsub

Version:

Cloud Pub/Sub Client Library for Node.js

10 lines (9 loc) 203 B
import { loggingUtils } from 'google-gax'; /** * Base logger. Other loggers will derive from this one. * * @private */ export declare const logs: { pubsub: loggingUtils.AdhocDebugLogFunction; };