Package org.junit.platform.commons.logging

Internal logging package.

DISCLAIMER

These classes are intended solely for usage within the JUnit framework itself. Any usage by external parties is not supported. Use at your own risk!

  • Interface Summary
    Interface Description
    Logger
    The Logger API serves as a simple logging facade for java.util.logging (JUL).
  • Class Summary
    Class Description
    LoggerFactory
    Factory for the Logger facade for JUL.
    LogRecordListener
    LogRecordListener is only intended for testing purposes within JUnit's own test suite.