feggy_logger library

Enums

Clr
Enum representing text colors for use with the write function.

Constants

colorMap → const Map<Clr, String>
Map of Clr enum values to corresponding ANSI escape codes.

Functions

write(String text, {Clr clr = Clr.yellow}) → void
Writes colored text to the console in debug mode.