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

/opengrok-jel/src/org/opensolaris/opengrok/
H A DOpenGrokLogger.java114 throw new IOException("could not make logpath: " +
146 public static String setupLogger(String logpath, Level filelevel, Level consolelevel) throws IOException { argument
147 System.out.println("Logging to " + logpath);
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());
161 if (logpath == null) {
164 logfile = new StringBuffer(logpath);
189 return logpath;
[all...]

Completed in 7 milliseconds