#include <logger.h>
Definition at line 49 of file logger.h.
◆ LogBuffer()
votca::xtp::LogBuffer::LogBuffer |
( |
| ) |
|
|
inline |
◆ DisablePreface()
void votca::xtp::LogBuffer::DisablePreface |
( |
| ) |
|
|
inline |
◆ EnablePreface()
void votca::xtp::LogBuffer::EnablePreface |
( |
| ) |
|
|
inline |
◆ FlushBuffer()
void votca::xtp::LogBuffer::FlushBuffer |
( |
| ) |
|
|
inline |
◆ Messages()
std::string votca::xtp::LogBuffer::Messages |
( |
| ) |
|
|
inline |
◆ setLogLevel()
void votca::xtp::LogBuffer::setLogLevel |
( |
Log::Level | LogLevel | ) |
|
|
inline |
◆ setMultithreading()
void votca::xtp::LogBuffer::setMultithreading |
( |
bool | maverick | ) |
|
|
inline |
◆ setPreface()
void votca::xtp::LogBuffer::setPreface |
( |
Log::Level | level, |
|
|
std::string | preface ) |
|
inline |
◆ sync()
int votca::xtp::LogBuffer::sync |
( |
| ) |
|
|
inlineprotected |
◆ dbgPreface_
std::string votca::xtp::LogBuffer::dbgPreface_ = "\n DEBUG " |
|
private |
◆ errorPreface_
std::string votca::xtp::LogBuffer::errorPreface_ = "\n ERROR " |
|
private |
◆ infoPreface_
std::string votca::xtp::LogBuffer::infoPreface_ = "\n " |
|
private |
◆ LogLevel_
◆ maverick_
bool votca::xtp::LogBuffer::maverick_ = true |
|
private |
◆ stringStream_
std::ostringstream votca::xtp::LogBuffer::stringStream_ |
|
private |
◆ warnPreface_
std::string votca::xtp::LogBuffer::warnPreface_ = "\n WARNING " |
|
private |
◆ writePreface_
bool votca::xtp::LogBuffer::writePreface_ = true |
|
private |
The documentation for this class was generated from the following file: