public final class LoggerUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
debugInclusion(Log logger,
File file,
boolean included)
Logs (in debug mode) information whether
normal file is included or excluded. |
public static void debugInclusion(Log logger, File file, boolean included)
normal file
is included or excluded. Logged
message contains the file absolute path
.logger
- the logger.file
- the included or excluded file.included
- true
whether file is included, otherwise false
.Copyright © 2015–2016 gabrys.biz. All rights reserved.