μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Enumerations | Functions
enums_logging.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  pybind11
 
namespace  pycohal
 

Enumerations

enum  pycohal::LogLevel {
  pycohal::DEBUG , pycohal::INFO , pycohal::NOTICE , pycohal::WARNING ,
  pycohal::ERROR , pycohal::FATAL
}
 Log level enum - switch to using enums for setting log-levels in python. More...
 

Functions

void pycohal::setLogLevelTo (const pycohal::LogLevel &logLevel)
 Wrapper function for uhal::setLogLevelTo - converts pycohal::LogLevel enum values to C++ uhal log-level classes. More...
 
const bool & pycohal::LoggingIncludes (const pycohal::LogLevel &logLevel)
 Wrapper function for uhal::LoggingIncludes - converts pycohal::LogLevel enum values to C++ uhal log-level classes. More...
 
void pycohal::wrap_enums (pybind11::module_ &)
 
void pycohal::wrap_logging_functions (pybind11::module_ &)