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 global SDK logger #242

Merged
merged 21 commits into from
May 31, 2024
Merged

Add global SDK logger #242

merged 21 commits into from
May 31, 2024

Commits on May 28, 2024

  1. Add SDK global logger

    ok300 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    08fc521 View commit details
    Browse the repository at this point in the history
  2. Add bindings

    ok300 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    776416e View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fix path to internal uniffi log

    ok300 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    e62fc0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe51e82 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge branch 'main' into ok300-logger

    # Conflicts:
    #	lib/core/src/sdk.rs
    ok300 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    1d1b16e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4569a56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0554ded View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5467c6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3b57b5c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'main' into ok300-logger

    # Conflicts:
    #	lib/bindings/src/breez_liquid_sdk.udl
    #	lib/core/Cargo.toml
    #	lib/core/src/bindings.rs
    #	lib/core/src/model.rs
    #	lib/core/src/sdk.rs
    #	packages/react-native/android/src/main/java/com/breezliquidsdk/BreezLiquidSDKMapper.kt
    #	packages/react-native/ios/BreezLiquidSDKMapper.swift
    #	packages/react-native/src/index.ts
    ok300 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    707ceeb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add SDK logger to Dart bindings

    ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    0dc882b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff97ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2c61b0 View commit details
    Browse the repository at this point in the history
  4. Add rustdocs

    ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    7e87cbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80b3b77 View commit details
    Browse the repository at this point in the history
  6. Re-generate dart bindings

    ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    6b35a0e View commit details
    Browse the repository at this point in the history
  7. Re-generate RN bindings

    ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    1f5298a View commit details
    Browse the repository at this point in the history
  8. Remove LOG_INIT cell

    erdemyerebasmaz authored and ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    d6cea32 View commit details
    Browse the repository at this point in the history
  9. Set global maximum log level once on initialization

    Return a LiquidSdkError::Generic instead of Anyhow error when initializing log stream on Dart bindings
    erdemyerebasmaz authored and ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    080c4b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d08ab2 View commit details
    Browse the repository at this point in the history
  11. Rename LogStream to Logger

    ok300 committed May 31, 2024
    Configuration menu
    Copy the full SHA
    8d7f817 View commit details
    Browse the repository at this point in the history