Searched refs:shortLogName (Results 1 – 7 of 7) sorted by relevance
194 private String shortLogName = null; field in SimpleLog304 if( shortLogName==null ) { in log()306 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()307 shortLogName = in log()308 shortLogName.substring(shortLogName.lastIndexOf("/") + 1); in log()310 buf.append(String.valueOf(shortLogName)).append(" - "); in log()
189 private String shortLogName = null; field in SimpleLog316 if (shortLogName == null) { in log()318 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()319 shortLogName = shortLogName.substring(shortLogName.lastIndexOf("/") + 1); in log()321 buf.append(String.valueOf(shortLogName)).append(" - "); in log()
254 private transient String shortLogName = null; field in SimpleLogger362 if (shortLogName == null) in log()363 shortLogName = computeShortName(); in log()364 buf.append(String.valueOf(shortLogName)).append(" - "); in log()
META-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...