All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hpccsystems.generated.CompileTimeConstants Maven / Gradle / Ivy

There is a newer version: 9.8.20-1
Show newest version
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.");
        }
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy