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