Interface LoggingMethodOptions

interface LoggingMethodOptions {
    compressed: boolean;
    message: string;
    multi: boolean;
}

Properties

compressed: boolean
message: string
multi: boolean