package com.sleepycat.je.config; public class EnvironmentParams { public static final ConfigParam JE_LOGGING_LEVEL=new ConfigParam("java.util.logging.level","FINEST",false,"# Trace messages equal and above this level will be logged.\n" + "# Value should be one of the predefined java.util.logging.Level values"); }