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

/forgerock/opendj-b2.6/src/server/org/opends/server/loggers/
H A DLogCategory.java35 public class LogCategory class
37 private static ArrayList<LogCategory> known = new ArrayList<LogCategory>();
52 protected LogCategory(String name) { method in class:LogCategory
73 * @return the non-localized name of the LogCategory, for example "ENTRY".
80 * Parse a category name string into a LogCategory.
95 public static synchronized LogCategory parse(String name)
102 LogCategory c = known.get(i);
/forgerock/opendj2/src/server/org/opends/server/loggers/
H A DLogCategory.java35 public class LogCategory class
37 private static ArrayList<LogCategory> known = new ArrayList<LogCategory>();
52 protected LogCategory(String name) { method in class:LogCategory
73 * @return the non-localized name of the LogCategory, for example "ENTRY".
80 * Parse a category name string into a LogCategory.
95 public static synchronized LogCategory parse(String name)
102 LogCategory c = known.get(i);
/forgerock/opendj2.6.2/src/server/org/opends/server/loggers/
H A DLogCategory.java35 public class LogCategory class
37 private static ArrayList<LogCategory> known = new ArrayList<LogCategory>();
52 protected LogCategory(String name) { method in class:LogCategory
73 * @return the non-localized name of the LogCategory, for example "ENTRY".
80 * Parse a category name string into a LogCategory.
95 public static synchronized LogCategory parse(String name)
102 LogCategory c = known.get(i);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/loggers/
H A DLogCategory.java35 public class LogCategory class
37 private static ArrayList<LogCategory> known = new ArrayList<LogCategory>();
52 protected LogCategory(String name) { method in class:LogCategory
73 * @return the non-localized name of the LogCategory, for example "ENTRY".
80 * Parse a category name string into a LogCategory.
95 public static synchronized LogCategory parse(String name)
102 LogCategory c = known.get(i);
/forgerock/opendj2-hg/src/server/org/opends/server/loggers/
H A DLogCategory.java35 public class LogCategory class
37 private static ArrayList<LogCategory> known = new ArrayList<LogCategory>();
52 protected LogCategory(String name) { method in class:LogCategory
73 * @return the non-localized name of the LogCategory, for example "ENTRY".
80 * Parse a category name string into a LogCategory.
95 public static synchronized LogCategory parse(String name)
102 LogCategory c = known.get(i);

Completed in 45 milliseconds