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

com.dooapp.gaedo.blueprints.QueryLog Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.dooapp.gaedo.blueprints;

import java.util.logging.Level;
import java.util.logging.Logger;

/**
 * A small class centralizing all logs for queries run on graph.
 * Want these logs to be displayed ? Set log level for "com.dooapp.gaedo.blueprints.QueryLog" to FINE/FINER/FINEST/ALL
 * @author ndx
 *
 */
public class QueryLog {
	public static final Level QUERY_LOGGING_LEVEL = Level.FINE;
	public static final Logger logger = Logger.getLogger(QueryLog.class.getName());

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy