#include "simple_service.hh"
#include "dripline_exceptions.hh"
#include "logger.hh"
#include "macros.hh"
#include "param.hh"
#include "signal_handler.hh"
#include <chrono>
#include <thread>
Go to the source code of this file.
|
| static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > | dlog ("simple_service", __FILE_NAME__, __LINE__) |
| |
◆ DRIPLINE_EXAMPLES_API_EXPORTS
| #define DRIPLINE_EXAMPLES_API_EXPORTS |
◆ dlog()
| static ::scarab::logger_type< ::scarab::spd_initializer_async_stdout_color_mt > dlog |
( |
"simple_service" |
, |
|
|
__FILE_NAME__ |
, |
|
|
__LINE__ |
|
|
) |
| |