1#ifndef _uhal_pycohal_enums_logging_hpp_
2#define _uhal_pycohal_enums_logging_hpp_
Wrapper for Python extension modules.
void wrap_enums(pybind11::module_ &)
void setLogLevelTo(const pycohal::LogLevel &logLevel)
Wrapper function for uhal::setLogLevelTo - converts pycohal::LogLevel enum values to C++ uhal log-lev...
void wrap_logging_functions(pybind11::module_ &)
LogLevel
Log level enum - switch to using enums for setting log-levels in python.
const bool & LoggingIncludes(const pycohal::LogLevel &logLevel)
Wrapper function for uhal::LoggingIncludes - converts pycohal::LogLevel enum values to C++ uhal log-l...