Module org.junit.platform.commons
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!
-
ClassDescriptionThe
Logger
API serves as a simple logging facade forjava.util.logging
(JUL).Factory for theLogger
facade for JUL.LogRecordListener
is only intended for testing purposes within JUnit's own test suite.