Skip to main content

trace_text

Function trace_text 

Source
pub fn trace_text(msg: &str, data: &[u8])
Expand description

Write a message and a data buffer to the xrpld trace log, printed verbatim as text.

ยงParameters

  • msg: A str ref pointing to an array of bytes containing UTF-8 characters.
  • data: The bytes to emit alongside msg.