Interface LoggingMethod

interface LoggingMethod {
    send(options: LoggingMethodOptions): Promise<LoggingResponse>;
}

Implemented by

Methods

Methods