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

Logging refactor #504

Draft
wants to merge 60 commits into
base: main
Choose a base branch
from
Draft

Logging refactor #504

wants to merge 60 commits into from

Commits on Jul 2, 2023

  1. Add basic logging functions

    F1F7Y committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    b0aceda View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Move to new logging functions

    F1F7Y committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    6a30460 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Fix compilation

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    f7d0fa8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66d9f47 View commit details
    Browse the repository at this point in the history
  3. Add -wconsole argument

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    820c6b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe2d0c0 View commit details
    Browse the repository at this point in the history
  5. Add helper funcs

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3a346e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74cc8ab View commit details
    Browse the repository at this point in the history
  7. Thanks spoon

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    26a8aeb View commit details
    Browse the repository at this point in the history
  8. Print to game console

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    7c29568 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e265db1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90281cb View commit details
    Browse the repository at this point in the history
  11. Print to win terminal

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    77c3f61 View commit details
    Browse the repository at this point in the history
  12. Don't automatically add eol

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6e54134 View commit details
    Browse the repository at this point in the history
  13. Properly shutdown spdlog

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    c168d44 View commit details
    Browse the repository at this point in the history
  14. Fixup some messages

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6dd3599 View commit details
    Browse the repository at this point in the history
  15. Formatting

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    25b4abd View commit details
    Browse the repository at this point in the history
  16. Use spaces in CMakeLists.txt

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    65497ec View commit details
    Browse the repository at this point in the history
  17. Formatting

    F1F7Y committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8dbfcb9 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Use new funcs fol plugin log

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    23fadef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2a0149 View commit details
    Browse the repository at this point in the history
  3. Update dedilogtoclient

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    45102e1 View commit details
    Browse the repository at this point in the history
  4. Remove old logging classes

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7287ef2 View commit details
    Browse the repository at this point in the history
  5. Fix PLUGIN_LOG

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    0458986 View commit details
    Browse the repository at this point in the history
  6. Color logging

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a972f36 View commit details
    Browse the repository at this point in the history
  7. Don't log searchpath

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    48222f7 View commit details
    Browse the repository at this point in the history
  8. Fix masterserver error log

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    c6d527a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16642b1 View commit details
    Browse the repository at this point in the history
  10. Remove comment

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    f9c98af View commit details
    Browse the repository at this point in the history
  11. Log to disk

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    f2ae51f View commit details
    Browse the repository at this point in the history
  12. Format

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    c5a0ffd View commit details
    Browse the repository at this point in the history
  13. Terminate on fatal error call

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    387f8b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    687b89f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8c51e27 View commit details
    Browse the repository at this point in the history
  16. Improve more doc comments

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    4172434 View commit details
    Browse the repository at this point in the history
  17. add -nologfiles argument

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9cdd908 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e4ee674 View commit details
    Browse the repository at this point in the history
  19. Add plugin color

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    2388eef View commit details
    Browse the repository at this point in the history
  20. Adjust colors

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    3637686 View commit details
    Browse the repository at this point in the history
  21. Add missing newlines

    F1F7Y committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9e840f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Fix specifier

    F1F7Y committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    f7167b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89d0e74 View commit details
    Browse the repository at this point in the history
  3. Replace spdlog::info i missed

    F1F7Y committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7dbb2ee View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Format

    F1F7Y committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    91f5a5b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    28300fc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Improve log categories

    F1F7Y committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    a6d19aa View commit details
    Browse the repository at this point in the history
  2. Fix compile error context

    F1F7Y committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8f23078 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    3530767 View commit details
    Browse the repository at this point in the history
  2. Add lock guard

    F1F7Y committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    bfd4823 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8dba91 View commit details
    Browse the repository at this point in the history
  4. Rename fLogger to pLogger

    F1F7Y committed Jul 16, 2023
    Configuration menu
    Copy the full SHA
    b4981b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    fff47a2 View commit details
    Browse the repository at this point in the history
  2. Use new funcs for system info

    F1F7Y committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    870ebd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8c7e4e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec01c9e View commit details
    Browse the repository at this point in the history
  5. Cleanup InitilaseNorthstar

    F1F7Y committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fe22df0 View commit details
    Browse the repository at this point in the history
  6. Add back ntdll check

    F1F7Y committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    76dc30c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    09ab061 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    973b2db View commit details
    Browse the repository at this point in the history