Skip to main content
Module

x/neo4j_driver_lite/logging.ts>logging

Neo4j Bolt driver for JavaScript
Go to Latest
variable logging
import { logging } from "https://deno.land/x/neo4j_driver_lite@5.14.0-alpha01/logging.ts";

Object containing predefined logging configurations. These are expected to be used as values of the driver config's logging property.

type

{ console: (level: LogLevel) => unknown; }