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_ &) |