angel3_pretty_logging library
Functions
-
chooseLogColor(
Level level) → AnsiCode -
Chooses a color based on the logger
level
. -
prettyLog(
LogRecord record, {bool omitError(LogRecord)?, void printFunction(String)?, AnsiCode logColorChooser(Level)?}) → void -
Prints the contents of a
LogRecord
with pretty colors.