Go to the source code of this file.
Namespaces | |
yarp | |
The main, catch-all namespace for YARP. | |
yarp::os | |
An interface to the operating system, including Port based communication. | |
yarp::os::impl | |
The components from which ports and connections are built. | |
yarp::os::impl::LogComponent | |
Macros | |
#define | YARP_OS_LOG_COMPONENT(name, name_string) |
#define | YARP_OS_NON_CONST_LOG_COMPONENT(name, name_string) |
Functions | |
void | yarp::os::impl::LogComponent::print_callback (yarp::os::Log::LogType type, const char *msg, const char *file, const unsigned int line, const char *func, double systemtime, double networktime, double externaltime, const char *comp_name) |
void | yarp::os::impl::LogComponent::setMinumumLogType (yarp::os::Log::LogType minumumLogType) |
#define YARP_OS_LOG_COMPONENT | ( | name, | |
name_string | |||
) |
Definition at line 37 of file LogComponent.h.
#define YARP_OS_NON_CONST_LOG_COMPONENT | ( | name, | |
name_string | |||
) |
Definition at line 48 of file LogComponent.h.