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

libcnb-test: Implement fmt::Display for LogOutput #635

Merged
merged 1 commit into from
Aug 17, 2023

Commits on Aug 17, 2023

  1. libcnb-test: Implement fmt::Display for LogOutput

    Since:
    - There was already duplication of formatting stderr/stdout output,
      which was otherwise going to get worse after an upcoming PR
      for #482.
    - It may also be useful for end users when debugging, to save them
      having to manually print both stderr and stdout manually.
    
    Prep for #482.
    edmorley committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    fd362ae View commit details
    Browse the repository at this point in the history