Interface Logger

interface Logger {
    logQuery(text, values?): void;
}

Implemented by

Methods

Methods

Generated using TypeDoc