Searched defs:getLoggerName (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DTestLogger.java45 static String getLoggerName(Class clazz) { method in class:TestLogger
55 this(getLoggerName(clazz),getClassName(clazz));
59 this(getLoggerName(clazz)+((postfix==null)?"":"."+postfix),
/openjdk7/jdk/src/share/classes/sun/management/snmp/util/
H A DMibLogger.java47 static String getLoggerName(Class clazz) { method in class:MibLogger
57 this(getLoggerName(clazz),getClassName(clazz));
61 this(getLoggerName(clazz)+((postfix==null)?"":"."+postfix),
/openjdk7/jdk/src/share/classes/java/util/logging/
H A DLogRecord.java194 public String getLoggerName() { method in class:LogRecord

Completed in 66 milliseconds