Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lower level logging statement #203

Commits on Aug 15, 2023

  1. Add examples of lower-level log messages

    Let's add a few examples of lower-level log messages, to illustrate to
    developers how they can be used in this codebase.
    Eclipse-Dominator committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    acb0b8c View commit details
    Browse the repository at this point in the history
  2. Adjust log initialization position in MainApp

    In the MainApp class, let's move the call to the initLogging method
    closer to the start of the execution start point, to minimize the
    possibility of log statements being executed before the desired log
    level is set.
    Eclipse-Dominator committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7c506ec View commit details
    Browse the repository at this point in the history