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 support for external logger #5905

Closed

Commits on Jul 30, 2024

  1. resolve sebastianbergmann#5903 Add support for external logger

    Added support for both XML and CLI definition of an external logger.
    This --log-external option adds simialar functionality that existed with
    the --printer option in 9.x and earlier.
    
    Implementations of an external logger do need to implement the
    \PHPUnit\Logger\ExternalLogger interface and must use the PHPUnit 10.x
    and later event mechanism for capturing logging events.
    BlairCooper committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    de04dd2 View commit details
    Browse the repository at this point in the history