cbase 1.50.0
C/C++ Static Template
Loading...
Searching...
No Matches
BaseLogEvent Struct Reference

A structured event containing all metadata for a single log message. More...

#include <base_log.h>

Public Attributes

va_list ap
const char * fmt
const char * file
int line
BaseLogLevel level

Detailed Description

A structured event containing all metadata for a single log message.

Definition at line 80 of file base_log.h.

Member Data Documentation

◆ ap

va_list BaseLogEvent::ap

The variadic arguments for formatting.

Definition at line 81 of file base_log.h.

◆ file

const char* BaseLogEvent::file

The source file where the log originated.

Definition at line 83 of file base_log.h.

◆ fmt

const char* BaseLogEvent::fmt

The format string.

Definition at line 82 of file base_log.h.

◆ level

BaseLogLevel BaseLogEvent::level

The severity level of the message.

Definition at line 85 of file base_log.h.

◆ line

int BaseLogEvent::line

The line number where the log originated.

Definition at line 84 of file base_log.h.


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