import { Logger } from "https://deno.land/x/neo4j_lite_client@4.4.6/core/internal/logger.ts";
Create a new logger based on the given driver configuration.
Parameters
driverConfig: { logging?: LoggingConfig; }
the driver configuration as supplied by the user.