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

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DDebugLogLevel.java40 public class DebugLogLevel extends LogLevel class in inherits:LogLevel
46 public static final LogLevel VERBOSE = new DebugLogLevel(
54 public static final LogLevel INFO = new DebugLogLevel(
62 public static final LogLevel WARNING = new DebugLogLevel(
70 public static final LogLevel ERROR = new DebugLogLevel(
76 * Constructor for the DebugLogLevel class.
81 protected DebugLogLevel(String name, int value) method in class:DebugLogLevel
/forgerock/opendj2/src/server/org/opends/server/types/
H A DDebugLogLevel.java39 public class DebugLogLevel extends LogLevel class in inherits:LogLevel
45 public static final LogLevel VERBOSE = new DebugLogLevel(
53 public static final LogLevel INFO = new DebugLogLevel(
61 public static final LogLevel WARNING = new DebugLogLevel(
69 public static final LogLevel ERROR = new DebugLogLevel(
75 * Constructor for the DebugLogLevel class.
80 protected DebugLogLevel(String name, int value) method in class:DebugLogLevel
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DDebugLogLevel.java40 public class DebugLogLevel extends LogLevel class in inherits:LogLevel
46 public static final LogLevel VERBOSE = new DebugLogLevel(
54 public static final LogLevel INFO = new DebugLogLevel(
62 public static final LogLevel WARNING = new DebugLogLevel(
70 public static final LogLevel ERROR = new DebugLogLevel(
76 * Constructor for the DebugLogLevel class.
81 protected DebugLogLevel(String name, int value) method in class:DebugLogLevel
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DDebugLogLevel.java40 public class DebugLogLevel extends LogLevel class in inherits:LogLevel
46 public static final LogLevel VERBOSE = new DebugLogLevel(
54 public static final LogLevel INFO = new DebugLogLevel(
62 public static final LogLevel WARNING = new DebugLogLevel(
70 public static final LogLevel ERROR = new DebugLogLevel(
76 * Constructor for the DebugLogLevel class.
81 protected DebugLogLevel(String name, int value) method in class:DebugLogLevel
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DDebugLogLevel.java39 public class DebugLogLevel extends LogLevel class in inherits:LogLevel
45 public static final LogLevel VERBOSE = new DebugLogLevel(
53 public static final LogLevel INFO = new DebugLogLevel(
61 public static final LogLevel WARNING = new DebugLogLevel(
69 public static final LogLevel ERROR = new DebugLogLevel(
75 * Constructor for the DebugLogLevel class.
80 protected DebugLogLevel(String name, int value) method in class:DebugLogLevel

Completed in 28 milliseconds