Searched refs:shortLogName (Results 1 – 1 of 1) sorted by relevance
189 private String shortLogName = null; field in SimpleLog299 if( shortLogName==null ) { in log()301 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()302 shortLogName = in log()303 shortLogName.substring(shortLogName.lastIndexOf("/") + 1); in log()305 buf.append(String.valueOf(shortLogName)).append(" - "); in log()