Public Member Functions | |
| LogPrivate (const char *file, const unsigned int line, const char *func, const char *id, const double externaltime, const yarp::os::Log::Predicate pred, const LogComponent &comp) | |
| void | log (yarp::os::Log::LogType type, const char *msg, va_list args) const |
Public Attributes | |
| const char * | file |
| const unsigned int | line |
| const char * | func |
| double | systemtime |
| double | networktime |
| double | externaltime |
| const yarp::os::Log::Predicate | pred |
| const LogComponent & | comp |
| const char * | id |
Static Public Attributes | |
| static std::atomic< bool > | yarprun_format |
| static std::atomic< bool > | colored_output |
| static std::atomic< bool > | verbose_output |
| static std::atomic< bool > | compact_output |
| static std::atomic< bool > | debug_output |
| static std::atomic< bool > | trace_output |
| static std::atomic< bool > | forward_output |
| static std::atomic< bool > | forward_codeinfo |
| static std::atomic< bool > | forward_hostname |
| static std::atomic< bool > | forward_processinfo |
| static std::atomic< bool > | forward_backtrace |
| static std::atomic< bool > | debug_log |
| static std::atomic< yarp::os::Log::LogType > | current_minimum_print_level |
| static std::atomic< yarp::os::Log::LogType > | current_minimum_forward_level |
| static std::atomic< Log::LogCallback > | current_print_callback |
| static std::atomic< Log::LogCallback > | current_forward_callback |
| static const yarp::os::LogComponent | log_internal_component |
| void yarp::os::impl::LogPrivate::log | ( | yarp::os::Log::LogType | type, |
| const char * | msg, | ||
| va_list | args | ||
| ) | const |
|
static |
|
static |
| const LogComponent& yarp::os::impl::LogPrivate::comp |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| const yarp::os::Log::Predicate yarp::os::impl::LogPrivate::pred |
|
static |
|
static |
|
static |