org.hpccsystems.generated.CompileTimeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dfsclient Show documentation
Show all versions of dfsclient Show documentation
Client interface into HPCC Systems' Distributed File System.
package org.hpccsystems.generated;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
public class CompileTimeConstants
{
private static final Logger log = LogManager.getLogger(CompileTimeConstants.class);
public static final boolean PROFILE_CODE = false;
static
{
if (CompileTimeConstants.PROFILE_CODE)
{
log.info("Code profiling is turned on.");
}
}
}