#include "icl_core_logging/LoggingManager.h"#include <assert.h>#include <iostream>#include <sstream>#include <cstdlib>#include <boost/lexical_cast.hpp>#include <boost/tuple/tuple.hpp>#include <icl_core/os_lxrt.h>#include <icl_core_config/Config.h>#include "icl_core_logging/FileLogOutput.h"#include "icl_core_logging/LogStream.h"#include "icl_core_logging/StdLogOutput.h"#include "icl_core_config/GetoptParser.h"#include "icl_core_config/GetoptParameter.h"
Go to the source code of this file.
Namespaces | |
| namespace | icl_core |
| namespace | icl_core::logging |
Flexible, powerful, configurable logging framework. | |
| namespace | icl_core::logging::hidden |
Internal namespace for implementation details. | |
Definition in file LoggingManager.cpp.