Package org.jboss.windup.util
Class Logging
- java.lang.Object
-
- org.jboss.windup.util.Logging
-
public class Logging extends Object
A convenience class to be able to use class type (instead of a string) to get a logger.- Author:
- Ondrej Zizka
-
-
Constructor Summary
Constructors Constructor Description Logging()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Loggerget(Class<?> cls)Shorthand for JUL'sgetLogger(String).static StringprintMap(Map<? extends Object,? extends Object> tagCountForAllApps, boolean valueFirst)Formats a Map to a String, each entry as one line, using toString() of keys and values.
-