|
#include <ArmarXCore/core/logging/LoggingUtil.h>
Public Member Functions | |
LogTag () | |
LogTag (const std::string &tagName) | |
Public Attributes | |
std::string | tagName |
Definition at line 66 of file LoggingUtil.h.
LogTag | ( | ) |
Definition at line 28 of file LoggingUtil.cpp.
LogTag | ( | const std::string & | tagName | ) |
Definition at line 30 of file LoggingUtil.cpp.
std::string tagName |
Definition at line 70 of file LoggingUtil.h.