Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::Python::PythonLogger Class Reference
+ Collaboration diagram for Acts::Python::PythonLogger:

Public Member Functions

 PythonLogger (const std::string &name, Acts::Logging::Level level)
 

Public Attributes

 m_logger
 
std::unique_ptr< const Loggerm_logger
 

Detailed Description

Definition at line 81 of file Base.cpp.

View newest version in sPHENIX GitHub at line 81 of file Base.cpp

Constructor & Destructor Documentation

Acts::Python::PythonLogger::PythonLogger ( const std::string &  name,
Acts::Logging::Level  level 
)
inline

Definition at line 83 of file Base.cpp.

View newest version in sPHENIX GitHub at line 83 of file Base.cpp

Member Data Documentation

Acts::Python::PythonLogger::m_logger
Initial value:
void log(Acts::Logging::Level level, const std::string& message) const {
m_logger->log(level, message);
}
void setLevel(Acts::Logging::Level level) {
}
private:

Definition at line 84 of file Base.cpp.

View newest version in sPHENIX GitHub at line 84 of file Base.cpp

std::unique_ptr<const Logger> Acts::Python::PythonLogger::m_logger

Definition at line 96 of file Base.cpp.

View newest version in sPHENIX GitHub at line 96 of file Base.cpp


The documentation for this class was generated from the following file: