3ds Max USD API Reference
|
Simple wrapper for some basic logging functionality provided by the spdlog library. More...
#include <Logging.h>
Classes | |
struct | Options |
class | Session |
Public Types | |
enum class | Level { Off = 0 , Error = 1 , Warn = 2 , Info = 3 } |
logging severity level for filtering \comment value of enum is important as it reflects the index in the ui of qcombobox | |
Static Public Member Functions | |
static void | Message (Level messageType, const std::wstring &message) |
static void | Pause () |
static void | Resume () |
template<typename FormatString , typename... Args> | |
static void | Warn (const FormatString &fmt, const Args &... args) |
template<typename FormatString , typename... Args> | |
static void | Info (const FormatString &fmt, const Args &... args) |
template<typename FormatString , typename... Args> | |
static void | Error (const FormatString &fmt, const Args &... args) |
Simple wrapper for some basic logging functionality provided by the spdlog library.