|
| ManagedLogger (int log_level, ManagedLogCall log_func) |
|
int | getLogLevel () const |
|
void | logPuts (int level, const std::string &module, const char *str) |
|
virtual int | getLogLevel () const =0 |
|
virtual void | logPuts (int level, const std::string &module, const char *str)=0 |
|
|
int | log_level = 0 |
|
ManagedLogCall | log_func = nullptr |
|
◆ getLogLevel()
int ManagedLogger::getLogLevel |
( |
| ) |
const |
|
virtual |
◆ logPuts()
void ManagedLogger::logPuts |
( |
int |
level, |
|
|
const std::string & |
module, |
|
|
const char * |
str |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following files:
- Native/SilentToolkit/StkCore/StkLogger.h
- Native/SilentToolkit/StkCore/StkLogger.cpp