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

feat(configurable-logger): logging support in the core library #58

Merged
merged 31 commits into from
May 13, 2024

Commits on Apr 29, 2024

  1. feat(configurable-logger): logging support in the core library

    This commit introduces the configurable logger feature. With this enhancement, the core library now boasts a flexible logging system tailored specifically for logging HTTP request and response information. By addressing the lack of a standardized logging mechanism, developers can now effectively debug and monitor network interactions with ease. The implementation includes a modular logging framework supporting customizable logging formats, default logger, and verbosity levels, empowering users to tailor logging behavior to their specific requirements. Additionally, seamless integration with existing logging libraries. This enhancement marks a significant step towards improving the usability and reliability of the core library, enhancing the development experience for our community.
    
    Closes #57
    sufyankhanrao committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    8da43c2 View commit details
    Browse the repository at this point in the history
  2. updates library version

    sufyankhanrao committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    ea7c701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe556a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    dc816a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36a2bca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    334a014 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85b281c View commit details
    Browse the repository at this point in the history
  5. renamed logging fields

    sufyankhanrao committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    c210adb View commit details
    Browse the repository at this point in the history
  6. renamed classes

    sufyankhanrao committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a9291f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e13bc61 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    e39dc07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a51c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c811334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a5e172 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    13ee8b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e8dafe View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    7875726 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da8810f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    023ee92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233d083 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bea4b9 View commit details
    Browse the repository at this point in the history
  6. removed logger type

    sufyankhanrao committed May 7, 2024
    Configuration menu
    Copy the full SHA
    df70761 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    6cfdab7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c8443c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de1f602 View commit details
    Browse the repository at this point in the history
  4. removed unused import

    sufyankhanrao committed May 8, 2024
    Configuration menu
    Copy the full SHA
    681de11 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    580c669 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e25a08 View commit details
    Browse the repository at this point in the history
  3. adds final refactoring

    sufyankhanrao committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3e08bb3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd39f64 View commit details
    Browse the repository at this point in the history