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

Properties

Properties

Generated using TypeDoc