folly::symbolizer::SymbolizePrinter::Color

ANSI colors used to colorize printed output.

Synopsis

Declared in <folly/debugging/symbolizer/SymbolizePrinter.h>

enum Color;

Members

NameDescription
Default Default terminal color.
Red Red.
Green Green.
Yellow Yellow.
Blue Blue.
Cyan Cyan.
White White.
Purple Purple.
Num Number of colors; not a color itself.