VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
log.h File Reference
Include dependency graph for log.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  VlcbLogMessage
 

Macros

#define VLCBLOG_INFO(msg)
 
#define VLCBLOG_ERROR(msg)
 
#define VLCBLOG_DEBUG(msg)
 

Typedefs

typedef void VlcbLogMessageHandler(VlcbLogMessage msg)
 

Enumerations

enum  VlcbLogMessageType { VLCB_LOG_INFO , VLCB_LOG_ERROR }
 

Functions

void VlcbLogInfo (vlcb_error message)
 
void VlcbLogError (vlcb_error message)
 
void vlcb_log_RegisterMessageHandler (VlcbLogMessageHandler handler)
 

Macro Definition Documentation

◆ VLCBLOG_DEBUG

#define VLCBLOG_DEBUG ( msg)
Value:
;

Definition at line 35 of file log.h.

◆ VLCBLOG_ERROR

#define VLCBLOG_ERROR ( msg)
Value:
void VlcbLogError(vlcb_error message)
Definition log.c:19

Definition at line 31 of file log.h.

◆ VLCBLOG_INFO

#define VLCBLOG_INFO ( msg)
Value:
void VlcbLogInfo(vlcb_error message)
Definition log.c:15

Definition at line 30 of file log.h.

Typedef Documentation

◆ VlcbLogMessageHandler

typedef void VlcbLogMessageHandler(VlcbLogMessage msg)

Definition at line 26 of file log.h.

Enumeration Type Documentation

◆ VlcbLogMessageType

Enumerator
VLCB_LOG_INFO 
VLCB_LOG_ERROR 

Definition at line 7 of file log.h.

Function Documentation

◆ vlcb_log_RegisterMessageHandler()

void vlcb_log_RegisterMessageHandler ( VlcbLogMessageHandler handler)

Definition at line 29 of file log.c.

◆ VlcbLogError()

void VlcbLogError ( vlcb_error message)

Definition at line 19 of file log.c.

Here is the call graph for this function:

◆ VlcbLogInfo()

void VlcbLogInfo ( vlcb_error message)

Definition at line 15 of file log.c.

Here is the call graph for this function: