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

com.viaoa.object.OAPerformance Maven / Gradle / Ivy

package com.viaoa.object;

import java.util.logging.Logger;


/**
 * Used to log OA performance data.
 * @author vvia
 */
public class OAPerformance {
    public final static Logger LOG = Logger.getLogger(OAPerformance.class.getName());
    
    public static final boolean IncludeTriggers = true;
    public static final boolean IncludeHubListeners = false;
    public static final boolean IncludeCircularQueue = true;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy