#include <PrintLogger.h>
|
| PrintLogger (Logging &logging, const string &name) |
|
PrintLogger | getChild (const string &name) |
|
template<typename... Args> |
void | log (uint8_t level, const string &function, const string &file, int line, string format, Args &&... args) |
|
template<typename... Args> |
void | logAsync (uint8_t level, const string &function, const string &file, int line, string format, Args &&... args) |
|
Definition at line 57 of file PrintLogger.h.
◆ PrintLogger()
Boardcore::PrintLogger::PrintLogger |
( |
Logging & |
logging, |
|
|
const string & |
name |
|
) |
| |
|
inline |
◆ getChild()
PrintLogger Boardcore::PrintLogger::getChild |
( |
const string & |
name | ) |
|
◆ log()
template<typename... Args>
void Boardcore::PrintLogger::log |
( |
uint8_t |
level, |
|
|
const string & |
function, |
|
|
const string & |
file, |
|
|
int |
line, |
|
|
string |
format, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
◆ logAsync()
template<typename... Args>
void Boardcore::PrintLogger::logAsync |
( |
uint8_t |
level, |
|
|
const string & |
function, |
|
|
const string & |
file, |
|
|
int |
line, |
|
|
string |
format, |
|
|
Args &&... |
args |
|
) |
| |
|
inline |
The documentation for this class was generated from the following files: