Searched refs:logName (Results 1 – 7 of 7) sorted by relevance
190 protected String logName = null; field in SimpleLog206 logName = name; in SimpleLog()214 String lvl = getStringProperty(systemPrefix + "log." + logName); in SimpleLog()306 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()312 buf.append(String.valueOf(logName)).append(" - "); in log()
185 protected String logName = null; field in SimpleLog201 logName = name; in SimpleLog()209 String lvl = getStringProperty(systemPrefix + "log." + logName); in SimpleLog()318 shortLogName = logName.substring(logName.lastIndexOf(".") + 1); in log()323 buf.append(String.valueOf(logName)).append(" - "); in log()
93 NSString *logName = [NSString stringWithFormat:@"walt_%@.log",95 NSURL *logURL = [urls.firstObject URLByAppendingPathComponent:logName];
191 private void addLogFileViewer(String logPath, String logName) { in addLogFileViewer() argument192 LogFileViewer viewer = new LogFileViewer(logPath, logName); in addLogFileViewer()
36 …com:skia-buildbots&resource=logging_log%2Fname%2Fandroid-master-autoroll&logName=projects%2Fgoogle…42 …ogle.com:skia-buildbots&resource=logging_log%2Fname%2Fandroid-o-autoroll&logName=projects%2Fgoogle…
820 field @Deprecated protected String logName;