1 ####################################################
3 # ANSI COLOR LOGGER CONFIGURATION
5 # Format for AnsiColorLogger.*=
6 # Attribute;Foreground;Background
8 # Attribute is one of the following:
9 # 0 -> Reset All Attributes (return to normal mode)
10 # 1 -> Bright (Usually turns on BOLD)
17 # Foreground is one of the following:
27 # Background is one of the following:
37 ####################################################
39 AnsiColorLogger.ERROR_COLOR=2;31
40 AnsiColorLogger.WARNING_COLOR=2;35
41 AnsiColorLogger.INFO_COLOR=2;36
42 AnsiColorLogger.VERBOSE_COLOR=2;32
43 AnsiColorLogger.DEBUG_COLOR=2;34