Logger test class.
More...
#include <cppunit/ui/text/TestRunner.h>
#include <cppunit/TextOutputter.h>
#include <cppunit/extensions/TestFactoryRegistry.h>
#include <cppunit/extensions/HelperMacros.h>
#include <cppunit/TestAssert.h>
#include <string>
#include <map>
#include <iostream>
#include <cstdlib>
#include <coil/Logger.h>
#include <coil/Task.h>
#include <coil/TimeMeasure.h>
#include <coil/stringutil.h>
#include <coil/Time.h>
#include <coil/Properties.h>
#include <coil/Mutex.h>
#include <coil/Guard.h>
Go to the source code of this file.
Logger test class.
- Date
- $Date$
- Author
- Noriaki Ando n-and.nosp@m.o@ai.nosp@m.st.go.nosp@m..jp
$Id$
Definition in file LoggerTests.cpp.
◆ Logger_cpp
◆ RTC_LOG
#define RTC_LOG |
( |
|
LV, |
|
|
|
fmt |
|
) |
| |
Value:if (m_out.isValid(LV)) \
{ \
m_out.lock(); \
m_out.unlock(); \
}
std::string sprintf(char const *__restrict fmt,...)
Convert it into a format given with an argumen.
Definition at line 209 of file LoggerTests.cpp.
◆ RTC_TRACE
#define RTC_TRACE |
( |
|
fmt | ) |
RTC_LOG(TRACE_LEVEL, fmt) |
◆ CPPUNIT_TEST_SUITE_REGISTRATION()