Searched defs:Level (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/
H A DLevel.java25 * $Id: Level.java,v 1.3 2008/06/25 05:43:35 qcheng Exp $
32 * The extension to JDK1.4 Level class. This class adds the levels
35 public class Level extends java.util.logging.Level { class in inherits:java.util.logging.Level
37 * Create a named Level with a given integer value.
40 * In general clients of logging should use one of the constant Level
42 * add new logging levels, they may subclass Level and define new
44 * @param name the name of the Level, for example "SEVERE".
47 Level(String name, int value) { method in class:Level
53 public static final Level LL_SECURIT
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/service/
H A DLevel.java25 * $Id: Level.java,v 1.3 2008/06/25 05:43:38 qcheng Exp $
45 public class Level implements ParseOutput { class in inherits:ParseOutput
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/
H A DLevel.java25 * $Id: Level.java,v 1.3 2008/06/25 05:43:35 qcheng Exp $
32 * The extension to JDK1.4 Level class. This class adds the levels
35 public class Level extends java.util.logging.Level { class in inherits:java.util.logging.Level
37 * Create a named Level with a given integer value.
40 * In general clients of logging should use one of the constant Level
42 * add new logging levels, they may subclass Level and define new
44 * @param name the name of the Level, for example "SEVERE".
47 Level(String name, int value) { method in class:Level
53 public static final Level LL_SECURIT
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/service/
H A DLevel.java25 * $Id: Level.java,v 1.3 2008/06/25 05:43:38 qcheng Exp $
45 public class Level implements ParseOutput { class in inherits:ParseOutput
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DTraceSettings.java41 public static final TraceSettings DISABLED = new TraceSettings(Level.DISABLED);
51 enum Level enum in class:TraceSettings
69 static Level getLevel(boolean isEnabled, boolean isDebugExceptionsOnly)
75 return Level.EXCEPTIONS_ONLY;
77 return Level.ALL;
79 return Level.DISABLED;
84 private Level level;
97 this(Level.ALL, false, false, 0, false);
104 * Level for this settings.
106 private TraceSettings(Level leve
[all...]

Completed in 48 milliseconds