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

New Logger.exception() methods for Apex developers #535

Merged

Commits on Aug 7, 2023

  1. Added new methods/overloads Logger.exception() that automatically log…

    …, save, and throw the provided exception
    jongpie committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    91a7e58 View commit details
    Browse the repository at this point in the history
  2. Bumped version name & number

    jongpie committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6ae0be8 View commit details
    Browse the repository at this point in the history
  3. Fixed some issues with exception-throwing in FlowLogger, updated some…

    … ApexDocs comments in Logger
    jongpie committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e8686e0 View commit details
    Browse the repository at this point in the history
  4. Scope creep: updated some tests in Logger_Tests to not be aware of th…

    …e log-management layer
    jongpie committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3843c34 View commit details
    Browse the repository at this point in the history
  5. Fixed #529 by adding a try-catch block in Logger.callStatusApi() and …

    …returning null when exceptions occur
    jongpie committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    d972e19 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    826cb27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e18ee7c View commit details
    Browse the repository at this point in the history