A stringstream extended class, which allows the use of LOG_COLOR colors for logging.
More...
#include <logger.hpp>
A stringstream extended class, which allows the use of LOG_COLOR colors for logging.
◆ operator<<() [1/2]
The redefined stream insertion operator for coloring purpose.
- Parameters
-
| [in] | color | Color of the next text to be inserted in the current colorstream. |
- Returns
- The current colorstream instance.
◆ operator<<() [2/2]
template<typename T >
| colorstream & arion::colorstream::operator<< |
( |
const T & |
value | ) |
|
|
inline |
Stream insertion operator for generic types. Allows inserting any type that supports the standard stream insertion operator.
- Template Parameters
-
| T | Type of the value being inserted into the stream. |
- Parameters
-
| [in] | value | The value to insert into the stream. |
- Returns
- The current colorstream instance.
The documentation for this class was generated from the following file:
- /home/runner/work/Arion/Arion/include/arion/common/logger.hpp