This is the C++ namespace for internal main classes and other things belonging to the ALox Logging Library.
Types and interfaces found in this namespace are not designed for access by users of the library. However, if extending ALox, e.g., by implementing new custom loggers, things found here provide an important foundation.
Developed by A-Worx GmbH and published under Boost Software License.
Type Index: | |
class | Domain |
struct | LI |
class | Logger |
class | PrefixLogable |
class | ScopeDump |
class | ScopeInfo |
class | ScopeStore |
struct | ScopeStoreHelper |
Type Definition Index: | |
template<typename T> | |
using | SSMap |
Shortcut to the ScopeStore's hashmap. | |
Function Index: | |
integer | dbgCountLoxes () |
void | shutdownLoxes () |
Internal lox management. | |
using alib::lox::detail::SSMap |
Shortcut to the ScopeStore's hashmap.
Definition at line 15 of file scopestore.inl.
integer alib::lox::detail::dbgCountLoxes | ( | ) |
Internal lox management.