#include <einhard.hpp>
Definition at line 216 of file einhard.hpp.
template<LogLevel VERBOSITY>
EINHARD_ALWAYS_INLINE_ einhard::UnconditionalOutput::UnconditionalOutput |
( |
bool |
colorize_, |
|
|
const char * |
areaName, |
|
|
std::integral_constant< LogLevel, VERBOSITY > |
|
|
) |
| |
|
inline |
Definition at line 234 of file einhard.hpp.
238 doInit<VERBOSITY>( areaName );
void einhard::UnconditionalOutput::doCleanup |
( |
std::FILE * |
outfile = stdout | ) |
|
|
noexcept |
template<LogLevel VERBOSITY>
void einhard::UnconditionalOutput::doInit |
( |
const char * |
areaName | ) |
|
|
protected |
void einhard::UnconditionalOutput::checkColorReset |
( |
| ) |
|
|
protected |
std::ostringstream* einhard::UnconditionalOutput::out |
|
private |
unsigned char einhard::UnconditionalOutput::indent |
|
private |
const bool einhard::UnconditionalOutput::colorize |
|
private |
bool einhard::UnconditionalOutput::resetColor = false |
|
private |
The documentation for this class was generated from the following file: