![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
#include <toolbox/sys/Limits.hpp>#include <toolbox/sys/Time.hpp>#include <toolbox/util/Storage.hpp>#include <toolbox/util/Concepts.hpp>#include <boost/lockfree/queue.hpp>#include <boost/lockfree/stack.hpp>#include <thread>

Go to the source code of this file.
Classes | |
| class | toolbox::sys::Logger |
| class | toolbox::sys::AsyncLogger |
| class | toolbox::sys::ScopedLogLevel |
| class | toolbox::sys::ScopedLogger |
Namespaces | |
| namespace | toolbox |
| namespace | toolbox::sys |
Typedefs | |
| using | toolbox::sys::LogMsgPtr = StoragePtr< MaxLogLine > |
| using | toolbox::sys::LogBufPool = boost::lockfree::stack< LogMsgPtr, boost::lockfree::capacity< LogBufPoolCapacity > > |
Enumerations | |
| enum class | toolbox::sys::LogLevel : int { toolbox::sys::None , toolbox::sys::Crit , toolbox::sys::Error , toolbox::sys::Warn , toolbox::sys::Metric , toolbox::sys::Notice , toolbox::sys::Info , toolbox::sys::Debug } |
Variables | |
| constexpr std::size_t | toolbox::sys::LogBufPoolCapacity = 64 |