Function clt::sprintln

source ·
pub fn sprintln(
    message: String,
    fg: Color,
    bg: Color,
    bold: bool,
    dim: bool,
    underline: bool,
    blink: bool,
    reverse: bool
)
Expand description

Styles the message with ANSI styles and println it.