Logging class
          #include <atlas/runtime/trace/Logging.h>
        
        
Derived classes
- class LoggingResult
Public static functions
- 
              static auto channel() -> std::ostream& 
- static auto enabled() -> bool
- 
              static void start(const std::string& title) 
- 
              static void stop(const std::string& title, double seconds) 
Constructors, destructors, conversion operators
- Logging(bool state)
- 
              Logging(std::ostream& channel) 
- ~Logging() virtual