Assimp v5.2.2 (January 2022)
The Asset-Importer-Lib API documentation.
Assimp::LogFunctions< TDeriving > Class Template Reference

Logger class, which will extend the class by log-functions. More...

#include <LogAux.h>

Static Public Member Functions

template<typename... T>
static void LogDebug (T &&... args)
 
template<typename... T>
static void LogError (T &&... args)
 
template<typename... T>
static void LogInfo (T &&... args)
 
template<typename... T>
static void LogVerboseDebug (T &&... args)
 
template<typename... T>
static void LogWarn (T &&... args)
 
template<typename... T>
static void ThrowException (T &&... args)
 

Detailed Description

template<class TDeriving>
class Assimp::LogFunctions< TDeriving >

Logger class, which will extend the class by log-functions.

Template Parameters
TDeriving

Member Function Documentation

◆ LogDebug()

template<class TDeriving >
template<typename... T>
static void Assimp::LogFunctions< TDeriving >::LogDebug ( T &&...  args)
inlinestatic

◆ LogError()

template<class TDeriving >
template<typename... T>
static void Assimp::LogFunctions< TDeriving >::LogError ( T &&...  args)
inlinestatic

◆ LogInfo()

template<class TDeriving >
template<typename... T>
static void Assimp::LogFunctions< TDeriving >::LogInfo ( T &&...  args)
inlinestatic

◆ LogVerboseDebug()

template<class TDeriving >
template<typename... T>
static void Assimp::LogFunctions< TDeriving >::LogVerboseDebug ( T &&...  args)
inlinestatic

◆ LogWarn()

template<class TDeriving >
template<typename... T>
static void Assimp::LogFunctions< TDeriving >::LogWarn ( T &&...  args)
inlinestatic

◆ ThrowException()

template<class TDeriving >
template<typename... T>
static void Assimp::LogFunctions< TDeriving >::ThrowException ( T &&...  args)
inlinestatic

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