TextLogColumn

A text log column kind.

Variants variants

Timeline = 1

Type: Utf8

A specific timeline's column.

EntityPath = 2

Type: null

Column for which entity path this was logged to.

LogLevel = 3

Type: null

Column for log-level.

Body = 4

Type: null

The text message the log has.

Arrow datatype arrow-datatype

DenseUnion {
    0 = "_null_markers": nullable null
    1 = "Timeline": utf8
    2 = "EntityPath": nullable null
    3 = "LogLevel": nullable null
    4 = "Body": nullable null
}