reggol/doc/tutorial_02_control_logger.md
2022-10-01 15:18:39 +02:00

582 B

Control the log level

Change the Level of the Log:

With the system property:

  • reggol.level: Change the level of the log display:
    • critical
    • error
    • warning
    • info
    • debug
    • verbose;
  • reggol.color: Change the color of the log (true/false)

The second solution depend of the application capability (check --help)

Log in color information

If the color is enable thing to change the default console of eclipse, to support the ascii color code.