YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
LogComponent.h File Reference
#include <yarp/os/api.h>
#include <yarp/os/LogComponent.h>
+ Include dependency graph for LogComponent.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  yarp
 The main, catch-all namespace for YARP.
 
namespace  yarp::serversql
 
namespace  yarp::serversql::impl
 
namespace  yarp::serversql::impl::LogComponent
 

Macros

#define YARP_SERVERSQL_LOG_COMPONENT(name, name_string)
 

Functions

void yarp::serversql::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, const char *id)
 
void yarp::serversql::impl::LogComponent::setMinumumLogType (yarp::os::Log::LogType minumumLogType)
 

Macro Definition Documentation

◆ YARP_SERVERSQL_LOG_COMPONENT

#define YARP_SERVERSQL_LOG_COMPONENT (   name,
  name_string 
)
Value:
const yarp::os::LogComponent& name() \
{ \
static const yarp::os::LogComponent component(name_string, \
return component; \
}
static LogCallback forwardCallback()
Get current forward callback (or nullptr if forwarding is not enabled)
Definition Log.cpp:895
@ DebugType
Definition Log.h:92
@ TraceType
Definition Log.h:91
void 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, const char *id)

Definition at line 29 of file LogComponent.h.