Package org.junit.platform.commons.logging


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
    The Logger API serves as a simple logging facade for java.util.logging (JUL).
  • Class Summary
    Class
    Description
    Factory for the Logger facade for JUL.
    LogRecordListener is only intended for testing purposes within JUnit's own test suite.