Package org.jboss.windup.util
Class ServiceLogger
- java.lang.Object
-
- org.jboss.windup.util.ServiceLogger
-
public final class ServiceLogger extends Object
- Author:
- Lincoln Baxter, III, Ondrej Zizka
-
-
Constructor Summary
Constructors Constructor Description ServiceLogger()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidlogLoadedServices(Logger log, Class<?> type, List<?> services)Log the list of service implementations to the givenLogger.
-