interface ResponseLogConfig {
    data?: boolean;
    dateFormat?: string | boolean;
    headers?: boolean;
    logger?: ((text: string) => any);
    params?: boolean;
    prefixText?: string | boolean;
    status?: boolean;
    statusText?: boolean;
}

Hierarchy (view full)

Properties

data?: boolean
dateFormat?: string | boolean
headers?: boolean
logger?: ((text: string) => any)
params?: boolean
prefixText?: string | boolean
status?: boolean
statusText?: boolean