Interface Logger

interface Logger {
    debug: LogFunction;
    error: LogFunction;
    info: LogFunction;
    log: LogFunction;
    warn: LogFunction;
}

Implemented by

Properties

Properties