Logger class, which will extend the class by log-functions.
More...
|
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) |
|
template<class TDeriving>
class Assimp::LogFunctions< TDeriving >
Logger class, which will extend the class by log-functions.
- Template Parameters
-
◆ LogDebug()
template<class TDeriving >
template<typename... T>
◆ LogError()
template<class TDeriving >
template<typename... T>
◆ LogInfo()
template<class TDeriving >
template<typename... T>
◆ LogVerboseDebug()
template<class TDeriving >
template<typename... T>
◆ LogWarn()
template<class TDeriving >
template<typename... T>
◆ ThrowException()
template<class TDeriving >
template<typename... T>
The documentation for this class was generated from the following file: