VLC 4.0.0-dev
|
Early (latched) message log. More...
Data Fields | |
struct vlc_log_early_t * | next |
int | type |
vlc_log_t | meta |
char * | msg |
Early (latched) message log.
A message log that stores messages in memory until another log is available.
vlc_log_t vlc_log_early_t::meta |
Referenced by vlc_vaLogEarly().
char* vlc_log_early_t::msg |
Referenced by vlc_vaLogEarly().
struct vlc_log_early_t* vlc_log_early_t::next |
Referenced by vlc_vaLogEarly().
int vlc_log_early_t::type |
Referenced by vlc_vaLogEarly().