UNPKG

@liberation-data/drivine

Version:

Best and fastest graph database client for TypeScript / Node.js. Provides a level of abstraction for building highly scalable applications, without compromising architectural integrity

14 lines (13 loc) 499 B
export declare class DrivineLogger { readonly context: string; private readonly enabledLevel; constructor(context: string); error(message: any, trace?: string, context?: string): void; fatal(message: any, error?: Error): void; log(message: any, context?: string): void; warn(message: any, context?: string): void; debug(message: any, context?: string): void; verbose(message: any, context?: string): void; private printMessage; private printStackTrace; }