ydb-sdk
Version:
Node.js bindings for working with YDB API over gRPC
7 lines • 317 B
TypeScript
import { SimpleLogger } from "./simple-logger";
/**
* Returns a simple logger - logging to the console that takes the logging level from the environment
* variable YDB_SDK_LOGLEVEL. The default is "info".
*/
export declare function getDefaultLogger(): SimpleLogger;
//# sourceMappingURL=get-default-logger.d.ts.map