Interface LoggingProxy

interface LoggingProxy {
    log(entry: LogEntry): void;
}

Methods

Methods