class

ConnTraceMsg

const class ConnTraceMsg : Obj

ConnTraceMsg models one timestamped trace message

fields msg

Description of the trace message

arg

Extra data about this trace mesage

type

Message type

ts

Timestamp of trace message

methods toStr

String representation (subject to change)

toGrid

Convert list of trace messages to a grid

argToStr

Argument to debug string

arg const Obj? : arg

Extra data about this trace mesage:

  • "dispatch": the HxMsg instance
  • "req": message as Str or Buf
  • "res": message as Str or Buf
  • "event": message as Str or Buf
  • "log": LogRec instance

argToStr Str? argToStr()

Argument to debug string

msg const Str : msg

Description of the trace message

toGrid static Grid toGrid(ConnTraceMsg[] list, Obj? meta)

Convert list of trace messages to a grid

toStr virtual Str toStr()

String representation (subject to change)

ts const DateTime : ts

Timestamp of trace message

type const Str : type

Message type:

  • "dispatch": message send to the ConnDispatch
  • "req": protocol specific request message
  • "res": protocol specific response message
  • "event": protocol specific unsolicited event message
  • "poll": polling callback
  • "hk": house keeping callback
  • "log": when using the trace as a system log

Haxall 4.0.5 ∙ 24-Feb-2026 14:33 EST