[][src]Module holochain_logging::color

This is where we handle the color of the logging messages. Greatly inspired by the fern crate.

Structs

ColoredLevelConfig
WithFgColor

Opaque structure which represents some text data and a color to display it with.

Enums

Color

The 8 standard colors.

Functions

pick_color

Pick a color from: "green", "white", "yellow", "white", "blue", "magenta" or "cyan" based on a provided text.