ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
alox.hpp File Reference

Description:


This header file is part of module ALox of the ALib C++ Library .

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file alox/alox.hpp.

Include dependency graph for alox/alox.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ESC
 

Namespaces

namespace  alib
 
namespace  alib::lox
 

Typedefs

using ESC = lox::ESC
 Type alias in namespace alib.
 
using Scope = lox::Scope
 Type alias in namespace alib.
 
using Verbosity = lox::Verbosity
 Type alias in namespace alib.
 

Enumerations

enum class  Scope {
  Global , ThreadOuter , Filename , Method ,
  ThreadInner , Path
}
 
enum class  Verbosity {
  Verbose , Info , Warning , Error ,
  Off
}