HF-Core Platform 0.1.0-dev
Hardware-Agnostic Handler Layer & RTOS Utilities for HardFOC
Loading...
Searching...
No Matches
AsciiArtFormat Struct Reference

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.
 

Detailed Description

ASCII art formatting options.

Member Data Documentation

◆ add_border

bool AsciiArtFormat::add_border = false

Add border around ASCII art.

◆ background

LogBackground AsciiArtFormat::background = LogBackground::DEFAULT

ASCII art background.

◆ border_char

char AsciiArtFormat::border_char = '#'

Border character.

◆ border_padding

uint32_t AsciiArtFormat::border_padding = 1

Border padding.

◆ center_art

bool AsciiArtFormat::center_art = false

Center the ASCII art.

◆ color

LogColor AsciiArtFormat::color = LogColor::DEFAULT

ASCII art color.

◆ max_width

uint32_t AsciiArtFormat::max_width = 80

Maximum width for centering.

◆ style

LogStyle AsciiArtFormat::style = LogStyle::NORMAL

ASCII art style.


The documentation for this struct was generated from the following file: