GATE
gate_log_entry_header_class Struct Reference

Public Attributes

gate_int64_t record_time
 
gate_process_id_t process_id
 
gate_thread_id_t thread_id
 
gate_uint32_t log_type
 
gate_result_t result_code
 
gate_int32_t native_code
 

Member Data Documentation

◆ log_type

gate_uint32_t gate_log_entry_header_class::log_type

GATE_LOG_TYPE_ identifiers

◆ native_code

gate_int32_t gate_log_entry_header_class::native_code

an application specific native code identifying the log event

◆ process_id

gate_process_id_t gate_log_entry_header_class::process_id

ID of process that created the log entry

◆ record_time

gate_int64_t gate_log_entry_header_class::record_time

UTC time in microseconds since 1601-01-01 when log entry was generated

◆ result_code

gate_result_t gate_log_entry_header_class::result_code

result code of function that generated the logging event

◆ thread_id

gate_thread_id_t gate_log_entry_header_class::thread_id

ID of thread that created the log entry


The documentation for this struct was generated from the following file: