Interface Logger

interface Logger {
    logQuery(text: string, values?: any[]): void;
}

Implemented by

Methods

Methods