UNPKG

@google-cloud/bigquery

Version:

Google BigQuery Client Library for Node.js

8 lines (7 loc) 280 B
/** * Sets or disables the log function for all active BigQuery instances. * * @param logger A log function that takes a message (such as `console.log`) or * `null` to turn off logging. */ export declare function setLogFunction(logger: ((msg: string) => void) | null): void;