logging_log_header

Function logging_log_header 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn logging_log_header( trader_id: TraderId, machine_id_ptr: *const c_char, instance_id: UUID4, component_ptr: *const c_char, )
Expand description

Logs the Nautilus system header.

ยงSafety

This function assumes:

  • machine_id_ptr is a valid C string pointer.
  • component_ptr is a valid C string pointer.