JavaScript is disabled on your browser.
Skip navigation links
JUnit 5
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.junit.platform.commons.logging.Logger
Packages that use
Logger
Package
Description
org.junit.platform.commons.logging
Internal
logging
package.
Uses of
Logger
in
org.junit.platform.commons.logging
Methods in
org.junit.platform.commons.logging
that return
Logger
Modifier and Type
Method
Description
static
Logger
LoggerFactory.
getLogger
(
Class
<?> clazz)
Get a
Logger
for the specified class.