#include <chrono>
#include <iostream>
#include <sstream>
#include <votca/tools/globals.h>
Go to the source code of this file.
|
namespace | votca |
| base class for all analysis tools
|
|
namespace | votca::xtp |
| Charge transport classes.
|
|
◆ VOTCA_XTP_LOGGER_H
#define VOTCA_XTP_LOGGER_H |
For an earlier history see ctp repo commit 77795ea591b29e664153f9404c8655ba28dc14e9
Definition at line 24 of file logger.h.
◆ XTP_LOG
#define XTP_LOG |
( |
| level, |
|
|
| log ) |
Value: if (level > (log).getReportLevel()) \
; \
else \
(log)(level)
Definition at line 40 of file logger.h.