#include <einhard.hpp>
Definition at line 216 of file einhard.hpp.
◆ UnconditionalOutput() [1/2]
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 );
◆ UnconditionalOutput() [2/2]
◆ operator<<() [1/3]
◆ operator<<() [2/3]
◆ operator<<() [3/3]
◆ doCleanup()
void einhard::UnconditionalOutput::doCleanup |
( |
std::FILE * |
outfile = stdout | ) |
|
|
noexcept |
◆ doInit()
template<LogLevel VERBOSITY>
void einhard::UnconditionalOutput::doInit |
( |
const char * |
areaName | ) |
|
|
protected |
◆ checkColorReset()
void einhard::UnconditionalOutput::checkColorReset |
( |
| ) |
|
|
protected |
◆ out
std::ostringstream* einhard::UnconditionalOutput::out |
|
private |
◆ indent
unsigned char einhard::UnconditionalOutput::indent |
|
private |
◆ colorize
const bool einhard::UnconditionalOutput::colorize |
|
private |
◆ resetColor
bool einhard::UnconditionalOutput::resetColor = false |
|
private |
The documentation for this class was generated from the following file: