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(java.lang.Class<?> clazz)
Get aLogger
for the specified class.
-