struct LogMessage @packed { usz struct_size; CInt buffer_id; CInt priority; ZString tag; ZString file; CUInt line; ZString message; }