Appearance
struct flake::logging
#include <util.h>
Public Functions
Name | |
---|---|
void | init() |
template <int N> void | logf(const char * format, ... ) |
Public Attributes
Name | |
---|---|
flakeMutexId_t | _m |
bool | m_inited |
int | logLevel |
Public Functions Documentation
function init
cpp
static void init()
function logf
cpp
template <int N>
static inline void logf(
const char * format,
...
)
Public Attributes Documentation
variable _m
cpp
static flakeMutexId_t flake::logging::_m
variable m_inited
cpp
static bool flake::logging::m_inited
variable logLevel
cpp
static int flake::logging::logLevel