Default logger that outputs to stdout and stderr. Throttling is ignored to reduce timing complexity.
More...
|
template<typename... Args> |
void | debug (const char *format, const Args &...args) |
|
template<typename... Args> |
void | debug_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | error (const char *format, const Args &...args) |
|
template<typename... Args> |
void | error_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | fatal (const char *format, const Args &...args) |
|
template<typename... Args> |
void | fatal_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | info (const char *format, const Args &...args) |
|
template<typename... Args> |
void | info_throttle (float period, const char *format, const Args &...args) |
|
template<typename... Args> |
void | warn (const char *format, const Args &...args) |
|
template<typename... Args> |
void | warn_throttle (float period, const char *format, const Args &...args) |
|
void | debug (const char *format, const Args &...args) |
|
void | debug_throttle (float period, const char *format, const Args &...args) |
|
void | error (const char *format, const Args &...args) |
|
void | error_throttle (float period, const char *format, const Args &...args) |
|
void | fatal (const char *format, const Args &...args) |
|
void | fatal_throttle (float period, const char *format, const Args &...args) |
|
void | info (const char *format, const Args &...args) |
|
void | info_throttle (float period, const char *format, const Args &...args) |
|
void | warn (const char *format, const Args &...args) |
|
void | warn_throttle (float period, const char *format, const Args &...args) |
|
Default logger that outputs to stdout and stderr. Throttling is ignored to reduce timing complexity.
Definition at line 53 of file default_logger.h.