Package biz.gabrys.maven.plugin.util.io
Class LoggerUtils
- java.lang.Object
-
- biz.gabrys.maven.plugin.util.io.LoggerUtils
-
public final class LoggerUtils extends Object
Provides tools to log information related with files.- Since:
- 1.2
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voiddebugInclusion(Log logger, File file, boolean included)Logs (in debug mode) information whethernormal fileis included or excluded.
-
-
-
Method Detail
-
debugInclusion
public static void debugInclusion(Log logger, File file, boolean included)
Logs (in debug mode) information whethernormal fileis included or excluded. Logged message contains the fileabsolute path.- Parameters:
logger- the logger.file- the included or excluded file.included-truewhether file is included, otherwisefalse.- Since:
- 1.2
-
-