This header-file is part of the ALib C++ Library. With supporting legacy or module builds, .mpp-files are either recognized by the build-system as C++20 Module interface files, or are included by the import/include headers.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file alox_init.inl.
Go to the source code of this file.
Classes | |
class | alib::lox::ESC |
Namespaces | |
namespace | alib |
namespace | alib::lox |
Typedefs | |
using | alib::ESC = lox::ESC |
Type alias in namespace alib. | |
using | alib::Scope = lox::Scope |
Type alias in namespace alib. | |
using | alib::Verbosity = lox::Verbosity |
Type alias in namespace alib. | |
Enumerations | |
enum class | alib::lox::Scope { alib::lox::Global , alib::lox::ThreadOuter , alib::lox::Filename , alib::lox::Method , alib::lox::ThreadInner , alib::lox::Path } |
enum class | alib::lox::StateInfo { alib::lox::NONE = 0 , alib::lox::Basic = 1 << 0 , alib::lox::Version = 1 << 1 , alib::lox::Loggers = 1 << 2 , alib::lox::Domains = 1 << 3 , alib::lox::InternalDomains = 1 << 4 , alib::lox::ScopeDomains = 1 << 5 , alib::lox::DSR = 1 << 6 , alib::lox::PrefixLogables = 1 << 7 , alib::lox::Once = 1 << 8 , alib::lox::LogData = 1 << 9 , alib::lox::ThreadMappings = 1 << 10 , alib::lox::SPTR = 1 << 20 , alib::lox::CompilationFlags = 1 << 21 , alib::lox::All = ~0L } |
enum class | alib::lox::Verbosity : uint8_t { alib::lox::Verbose , alib::lox::Info , alib::lox::Warning , alib::lox::Error , alib::lox::Off } |