Class LogHelper
- java.lang.Object
-
- se.ayoy.maven.plugins.licenseverifier.util.LogHelper
-
public final class LogHelper extends Object
A small utility to simpler log strings.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringlogLicense(org.apache.maven.model.License license)Log a license.static StringlogNullableString(String toLog)Log a nullable string.
-
-
-
Method Detail
-
logLicense
public static String logLicense(org.apache.maven.model.License license)
Log a license.- Parameters:
license- the license to log.- Returns:
- the string representation of the license, suitable for logging.
-
-