libsf3
Loading...
Searching...
No Matches
Data Fields
sf3_log_entry Struct Reference

#include <sf3_log.h>

Collaboration diagram for sf3_log_entry:
Collaboration graph
[legend]

Data Fields

uint32_t size
 The size of the log entry structure in bytes.
 
uint64_t time
 
uint8_t severity
 
sf3_str8 source
 

Detailed Description

A message entry in a log file. See sf3_log_entry_source See sf3_log_entry_category See sf3_log_entry_message

Definition at line 12 of file sf3_log.h.

Field Documentation

◆ severity

uint8_t sf3_log_entry::severity

The severity of the message, with positive being more severe, negative more detailed.

Definition at line 20 of file sf3_log.h.

◆ size

uint32_t sf3_log_entry::size

The size of the log entry structure in bytes.

Definition at line 14 of file sf3_log.h.

◆ source

sf3_str8 sf3_log_entry::source

Definition at line 21 of file sf3_log.h.

◆ time

uint64_t sf3_log_entry::time

The time at which the log entry was created, in milliseconds since the log's start.

Definition at line 17 of file sf3_log.h.


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