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

Updated Logger class. #148

Merged
merged 9 commits into from
Jun 27, 2020
Merged

Updated Logger class. #148

merged 9 commits into from
Jun 27, 2020

Commits on Jun 11, 2020

  1. Configuration menu
    Copy the full SHA
    bb44d67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec58c35 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. Update Logger.cs

    => Added a public getter to know if Debug logs are enabled.
    => Adjusted Logger so that it can be used by mods.
    K07H committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    874fd64 View commit details
    Browse the repository at this point in the history
  2. Revert "Update Logger.cs"

    This reverts commit 874fd64.
    K07H committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    af1454a View commit details
    Browse the repository at this point in the history
  3. Revert "Testing possibility to set a display duration"

    This reverts commit bb44d67.
    K07H committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    8605cb5 View commit details
    Browse the repository at this point in the history
  4. Update Logger.cs

    => Added a public getter to know if Debug logs are enabled.
    => Adjusted Logger so that it can be used by mods.
    K07H committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    17fabce View commit details
    Browse the repository at this point in the history
  5. Small correction

    Moved the Log(Level, params string[]) function to internal to avoid calling ReflectionHelper.CallingAssemblyByStackTrace() for local assembly calls.
    K07H committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    8c3742d View commit details
    Browse the repository at this point in the history
  6. Update Logger.cs

    Comment clarification.
    K07H committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    71e4e5b View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. Update Logger.cs

    => Removed string array variants of logging functions.
    K07H committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    f55fa70 View commit details
    Browse the repository at this point in the history