VLC 4.0.0-dev
Loading...
Searching...
No Matches

Log message. More...

#include <vlc_messages.h>

Data Fields

uintptr_t i_object_id
 Emitter (temporarily) unique object ID or 0.
 
const char * psz_object_type
 Emitter object type name.
 
const char * psz_module
 Emitter module (source code)
 
const char * psz_header
 Additional header (used by VLM media)
 
const char * file
 Source code file name or NULL.
 
int line
 Source code file line number or -1.
 
const char * func
 Source code calling function name or NULL.
 
unsigned long tid
 Emitter thread ID.
 

Detailed Description

Log message.

Field Documentation

◆ file

const char* vlc_log_t::file

Source code file name or NULL.

Referenced by vlc_vaLog(), and vlc_vaLogEarly().

◆ func

const char* vlc_log_t::func

Source code calling function name or NULL.

Referenced by vlc_vaLog(), and vlc_vaLogEarly().

◆ i_object_id

uintptr_t vlc_log_t::i_object_id

Emitter (temporarily) unique object ID or 0.

Referenced by vlc_vaLog(), and vlc_vaLogEarly().

◆ line

int vlc_log_t::line

Source code file line number or -1.

Referenced by vlc_vaLog(), and vlc_vaLogEarly().

◆ psz_header

const char* vlc_log_t::psz_header

Additional header (used by VLM media)

Referenced by vlc_vaLog(), vlc_vaLogEarly(), and vlc_vaLogHeader().

◆ psz_module

const char* vlc_log_t::psz_module

Emitter module (source code)

Referenced by vlc_vaLog(), and vlc_vaLogEarly().

◆ psz_object_type

const char* vlc_log_t::psz_object_type

Emitter object type name.

Referenced by vlc_vaLog(), and vlc_vaLogEarly().

◆ tid

unsigned long vlc_log_t::tid

Emitter thread ID.

Referenced by vlc_vaLog().


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