TcrSdk-Windows V1.0
Public Member Functions | List of all members
TcrLogger Class Referenceabstract

This interface represents the log callbacks of the TcrSdk. More...

#include <tcr_logger.h>

Public Member Functions

virtual void t (const char *tag, const char *log)=0
 
virtual void d (const char *tag, const char *log)=0
 
virtual void i (const char *tag, const char *log)=0
 
virtual void w (const char *tag, const char *log)=0
 
virtual void e (const char *tag, const char *log)=0
 

Detailed Description

This interface represents the log callbacks of the TcrSdk.

See also
LogUtils::SetLogger(TcrLogger)

Member Function Documentation

◆ d()

virtual void d ( const char *  tag,
const char *  log 
)
pure virtual

◆ e()

virtual void e ( const char *  tag,
const char *  log 
)
pure virtual

◆ i()

virtual void i ( const char *  tag,
const char *  log 
)
pure virtual

◆ t()

virtual void t ( const char *  tag,
const char *  log 
)
pure virtual

◆ w()

virtual void w ( const char *  tag,
const char *  log 
)
pure virtual

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