|
HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
|
ASCII art formatting options. More...
#include <Logger.h>
Public Attributes | |
| LogColor | color = LogColor::DEFAULT |
| ASCII art color. | |
| LogBackground | background = LogBackground::DEFAULT |
| ASCII art background. | |
| LogStyle | style = LogStyle::NORMAL |
| ASCII art style. | |
| bool | center_art = false |
| Center the ASCII art. | |
| bool | add_border = false |
| Add border around ASCII art. | |
| char | border_char = '#' |
| Border character. | |
| uint32_t | border_padding = 1 |
| Border padding. | |
| uint32_t | max_width = 80 |
| Maximum width for centering. | |
ASCII art formatting options.
| bool AsciiArtFormat::add_border = false |
Add border around ASCII art.
| LogBackground AsciiArtFormat::background = LogBackground::DEFAULT |
ASCII art background.
| char AsciiArtFormat::border_char = '#' |
Border character.
| uint32_t AsciiArtFormat::border_padding = 1 |
Border padding.
| bool AsciiArtFormat::center_art = false |
Center the ASCII art.
| LogColor AsciiArtFormat::color = LogColor::DEFAULT |
ASCII art color.
| uint32_t AsciiArtFormat::max_width = 80 |
Maximum width for centering.
| LogStyle AsciiArtFormat::style = LogStyle::NORMAL |
ASCII art style.