μHAL (v2.7.9)
Part of the IPbus software repository
Classes | Namespaces | Macros | Functions | Variables
LogLevels.hpp File Reference
#include <iostream>
#include <stdint.h>
Include dependency graph for LogLevels.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  uhal::BaseLogLevel< T >
 
class  uhal::FatalLevel
 Helper struct representing the Fatal log level to allow us to specialize functions according to their log level. More...
 
class  uhal::ErrorLevel
 Helper struct representing the Error log level to allow us to specialize functions according to their log level. More...
 
class  uhal::WarningLevel
 Helper struct representing the Warning log level to allow us to specialize functions according to their log level. More...
 
class  uhal::NoticeLevel
 Helper struct representing the Notice log level to allow us to specialize functions according to their log level. More...
 
class  uhal::InfoLevel
 Helper struct representing the Info log level to allow us to specialize functions according to their log level. More...
 
class  uhal::DebugLevel
 Helper struct representing the Debug log level to allow us to specialize functions according to their log level. More...
 

Namespaces

 uhal
 

Macros

#define UHAL_LOG_INSERT_WARNING   warning
 

Functions

template<typename U >
void uhal::insert (std::ostream &aStr, const U &aU)
 

Variables

FatalLevel uhal::Fatal
 
ErrorLevel uhal::Error
 
WarningLevel uhal::Warning
 
NoticeLevel uhal::Notice
 
InfoLevel uhal::Info
 
DebugLevel uhal::Debug
 

Macro Definition Documentation

◆ UHAL_LOG_INSERT_WARNING

#define UHAL_LOG_INSERT_WARNING   warning

Definition at line 16 of file LogLevels.hpp.