UNPKG

bigquery-client

Version:

A feature-rich Node.js client for Google BigQuery with support for CRUD operations, transactions, query building, and advanced features like aggregate functions, pagination, and logging.

12 lines (11 loc) 252 B
/** * Logging Module * * Provides comprehensive logging functionality for BigQuery operations * with configurable levels and output formatting. * * @module Logging * @version 1.0.6 * @author Pravin Jadhav */ export { Logger } from './Logger';