#include <console.hpp>
|
template<typename... Args> |
static void | log (Args &&... args) |
|
template<typename... Args> |
static void | error (Args &&... args) |
|
template<typename... Args> |
static void | warn (Args &&... args) |
|
template<typename... Args> |
static void | info (Args &&... args) |
|
template<typename... Args> |
static void | debug (Args &&... args) |
|
template<typename... Args> |
static void | trace (Args &&... args) |
|
template<typename... Args> |
static void | table (Args &&... args) |
|
static void | group () |
|
static void | groupCollapsed () |
|
static void | groupEnd () |
|
static void | clear () |
|
template<typename T > |
static void | assert_ (bool condition, T &&message) |
|
◆ assert_()
template<typename T >
static void Nui::Console::assert_ |
( |
bool |
condition, |
|
|
T && |
message |
|
) |
| |
|
inlinestatic |
◆ clear()
static void Nui::Console::clear |
( |
| ) |
|
|
inlinestatic |
◆ debug()
template<typename... Args>
static void Nui::Console::debug |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ error()
template<typename... Args>
static void Nui::Console::error |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ group()
static void Nui::Console::group |
( |
| ) |
|
|
inlinestatic |
◆ groupCollapsed()
static void Nui::Console::groupCollapsed |
( |
| ) |
|
|
inlinestatic |
◆ groupEnd()
static void Nui::Console::groupEnd |
( |
| ) |
|
|
inlinestatic |
◆ info()
template<typename... Args>
static void Nui::Console::info |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ log()
template<typename... Args>
static void Nui::Console::log |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ table()
template<typename... Args>
static void Nui::Console::table |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ trace()
template<typename... Args>
static void Nui::Console::trace |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ warn()
template<typename... Args>
static void Nui::Console::warn |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: