cbase 1.46.11
C/C++ Static Template
Loading...
Searching...
No Matches
LogEvent 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
LogLevel level

Detailed Description

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

Definition at line 53 of file base_log.h.

Member Data Documentation

◆ ap

va_list LogEvent::ap

The variadic arguments for formatting.

Definition at line 54 of file base_log.h.

◆ file

const char* LogEvent::file

The source file where the log originated.

Definition at line 56 of file base_log.h.

◆ fmt

const char* LogEvent::fmt

The format string.

Definition at line 55 of file base_log.h.

◆ level

LogLevel LogEvent::level

The severity level of the message.

Definition at line 58 of file base_log.h.

◆ line

int LogEvent::line

The line number where the log originated.

Definition at line 57 of file base_log.h.


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