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 swift-log #9

Merged
merged 18 commits into from
Apr 13, 2024
Merged

Add swift-log #9

merged 18 commits into from
Apr 13, 2024

Commits on Apr 1, 2024

  1. Add swift-log

    MasterJ93 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cf867bb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Add handler for OSLog

    MasterJ93 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6a25256 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Tweak Logging

    - Moved start method for bottstrapping into a new file.
    - Aligned Logger to the log levels.
    MasterJ93 committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    ff9025d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Auto-grab bundle identifier

    This is for if the API user doesn't add the bundle identifier
    of the project.
    MasterJ93 committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    ec28793 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52217b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e1b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Comment out logging

    This code isn't working, so it'll be commented out until
    a better solution arrives. For now, a Swift package already
    works, but the ideal thing is to have one less dependency
    from logs (using `SwiftLog`, however, is unavoidable).
    MasterJ93 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4536b1d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Add LoggingOSLog

    MasterJ93 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a310752 View commit details
    Browse the repository at this point in the history
  2. Add SwiftLog and inject LoggingOSLog

    Trying to add the LoggingOSLog works. However,
    this Swift package, for whatever reason, is refusing to
    see the LoggingOSLog package. For now, the files and
    licence will be added directly into the project until
    a different solution appears.
    MasterJ93 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    9c54fb7 View commit details
    Browse the repository at this point in the history
  3. Implement logging in protocol and ATProtoKit

    Also fixed a documentation issue in AtprotoLabelDefinition.
    MasterJ93 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    dc4df74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b66e6ec View commit details
    Browse the repository at this point in the history
  5. Elevate logger to a more global property

    Also added documentation for an example.
    MasterJ93 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    33001a1 View commit details
    Browse the repository at this point in the history
  6. Fix issue with broken links

    MasterJ93 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8c84d5a View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    MasterJ93 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    2691cbe View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Switch to in-house solution

    LoggingOSLog doesn't see to be working and its making
    SwiftLog crash. An in-house solution will be used
    instead.
    MasterJ93 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    58a8e29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    035353e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0bd7b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3777ac0 View commit details
    Browse the repository at this point in the history