Interface LogRecord

interface LogRecord {
    type?: LogRecordType;
    msg?: string;
    data?: any;
}

Properties

Properties

msg?: string
data?: any