pub fn build_tracelogging_notification_buffer(
log_type: LogType,
level: LogLevel,
flags: LogFlags,
activity_id: Option<Guid>,
related_activity_id: Option<Guid>,
correlation_id: Option<Guid>,
name: Option<&[u8]>,
target: Option<&[u8]>,
fields: Option<&[u8]>,
message: &[u8],
timestamp: u64,
) -> Vec<u8>
Expand description
Helper function to build the tracelogging buffer with the specified fields