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 void
debugInclusion(Log logger, File file, boolean included)
Logs (in debug mode) information whethernormal file
is included or excluded.
-
-
-
Method Detail
-
debugInclusion
public static void debugInclusion(Log logger, File file, boolean included)
Logs (in debug mode) information whethernormal file
is included or excluded. Logged message contains the fileabsolute path
.- Parameters:
logger
- the logger.file
- the included or excluded file.included
-true
whether file is included, otherwisefalse
.- Since:
- 1.2
-
-