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

Introduce logging levels for conditional logging and log key for NO_SUCH_FIELD error #2004

Merged
merged 12 commits into from
May 22, 2023
Merged

Introduce logging levels for conditional logging and log key for NO_SUCH_FIELD error #2004

merged 12 commits into from
May 22, 2023

Commits on May 15, 2023

  1. Add info and error logging

    Yong Xiang Ng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    f3a031f View commit details
    Browse the repository at this point in the history
  2. Add tests for error logging

    Yong Xiang Ng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1530c65 View commit details
    Browse the repository at this point in the history
  3. Add logging for missing field

    Yong Xiang Ng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    9570f0a View commit details
    Browse the repository at this point in the history
  4. Update docs for logging usage

    Yong Xiang Ng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1d6a285 View commit details
    Browse the repository at this point in the history
  5. Fix style and pass by ref for string format args

    Yong Xiang Ng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8dcf6a6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44a5184 View commit details
    Browse the repository at this point in the history
  7. Make log level int32_t

    yongxiangng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    040ca76 View commit details
    Browse the repository at this point in the history
  8. Format enum class

    yongxiangng committed May 15, 2023
    Configuration menu
    Copy the full SHA
    3373f0b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Fix ci

    Yong Xiang Ng committed May 16, 2023
    Configuration menu
    Copy the full SHA
    e3cc38c View commit details
    Browse the repository at this point in the history
  2. Move enum to header

    Yong Xiang Ng committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c32b465 View commit details
    Browse the repository at this point in the history
  3. Fix compilation for noexception build in test case

    Yong Xiang Ng committed May 16, 2023
    Configuration menu
    Copy the full SHA
    56f65b6 View commit details
    Browse the repository at this point in the history
  4. Disable warnings and putenv

    Yong Xiang Ng committed May 16, 2023
    Configuration menu
    Copy the full SHA
    6be3ea9 View commit details
    Browse the repository at this point in the history