VLC 4.0.0-dev
Loading...
Searching...
No Matches
vlc_log_early_t Struct Reference

Early (latched) message log. More...

Collaboration diagram for vlc_log_early_t:
[legend]

Data Fields

struct vlc_log_early_tnext
 
int type
 
vlc_log_t meta
 
char * msg
 

Detailed Description

Early (latched) message log.

A message log that stores messages in memory until another log is available.

Field Documentation

◆ meta

vlc_log_t vlc_log_early_t::meta

Referenced by vlc_vaLogEarly().

◆ msg

char* vlc_log_early_t::msg

Referenced by vlc_vaLogEarly().

◆ next

struct vlc_log_early_t* vlc_log_early_t::next

Referenced by vlc_vaLogEarly().

◆ type

int vlc_log_early_t::type

Referenced by vlc_vaLogEarly().


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