Interface Logger

interface Logger {
    log(entry): void;
}

Implemented by

Methods

Methods

Generated using TypeDoc