#include <DynaLogger.h>
◆ DynaOutputSink() [1/3]
| DynaOutputSink::DynaOutputSink |
( |
| ) |
|
◆ DynaOutputSink() [2/3]
| DynaOutputSink::DynaOutputSink |
( |
SinkType |
type | ) |
|
◆ ~DynaOutputSink()
| DynaOutputSink::~DynaOutputSink |
( |
| ) |
|
|
virtual |
◆ DynaOutputSink() [3/3]
◆ ansiOn()
Get the ANSI Color Tag object.
Foregroud Background black 30 40 red 31 41 green 32 42 yellow 33 43 blue 34 44 magenta 35 45 cyan 36 46 white 37 47
reset 0 (everything back to normal) bold/bright 1 (often a brighter shade of the same colour) underline 4 inverse 7 (swap foreground and background colours) bold/bright off 21 underline off 24 inverse off 27
- Parameters
-
- Returns
- String
◆ appendToQueue()
| bool DynaOutputSink::appendToQueue |
( |
LogLevel |
level, |
|
|
const char * |
outStr |
|
) |
| |
|
virtual |
◆ copy()
◆ flush()
| void DynaOutputSink::flush |
( |
| ) |
|
|
virtual |
◆ getMaxLogLevel()
| LogLevel DynaOutputSink::getMaxLogLevel |
( |
| ) |
|
◆ getMinLogLevel()
| LogLevel DynaOutputSink::getMinLogLevel |
( |
| ) |
|
◆ getType()
◆ hashCode()
| int DynaOutputSink::hashCode |
( |
| ) |
const |
|
overridevirtual |
◆ isEnabled()
| bool DynaOutputSink::isEnabled |
( |
| ) |
|
◆ isLevelOverride()
| bool DynaOutputSink::isLevelOverride |
( |
| ) |
|
◆ operator==()
◆ setAnsiColors()
| void DynaOutputSink::setAnsiColors |
( |
ANSIColors |
colors | ) |
|
◆ setAutoFlush()
| void DynaOutputSink::setAutoFlush |
( |
bool |
autoFlush | ) |
|
◆ setEnabled()
| void DynaOutputSink::setEnabled |
( |
bool |
enabled | ) |
|
◆ setLogLevel()
| void DynaOutputSink::setLogLevel |
( |
LogLevel |
level | ) |
|
◆ setLogLevels()
| void DynaOutputSink::setLogLevels |
( |
LogLevel |
minLevel, |
|
|
LogLevel |
maxLevel, |
|
|
bool |
override = true |
|
) |
| |
◆ setManager()
◆ setMaxLogLevel()
| void DynaOutputSink::setMaxLogLevel |
( |
LogLevel |
maxLevel | ) |
|
◆ setMinLogLevel()
| void DynaOutputSink::setMinLogLevel |
( |
LogLevel |
minLevel | ) |
|
◆ _autoFlush
| bool DynaOutputSink::_autoFlush |
|
protected |
◆ _colors
◆ _enabled
| bool DynaOutputSink::_enabled |
|
protected |
◆ _levelOverride
| bool DynaOutputSink::_levelOverride |
|
protected |
◆ _maxLogLevel
◆ _mgr
◆ _minLogLevel
◆ _type
The documentation for this class was generated from the following files: