Searched refs:logpath (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/logger/
H A DLoggerUtil.java96 throw new IOException("could not make logpath: "
147 public static String initLogger(String logpath, Level filelevel, Level consolelevel) throws IOException { argument
148 if (logpath != null) {
149 File jlp = new File(logpath);
151 throw new RuntimeException("could not make logpath: "
155 throw new IOException("logpath not writeable " + jlp.getAbsolutePath());
162 logfile.append(logpath == null ? "%t" : logpath);
189 return logpath;

Completed in 17 milliseconds