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

/opengrok/src/org/opensolaris/opengrok/logger/formatter/
H A DConsoleFormatter.java32 private static final String FORMAT = "[#|%1$tH:%1$tM:%1$tS.%1$tL | %5$s%6$s|#]%n"; field in class:ConsoleFormatter
35 super(FORMAT, Info.getVersion());
H A DFileLogFormatter.java29 private static final String FORMAT = "[#|%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1$tL%1$tz |%4$s|V%12$s|OG|T=%10$s| %9$s.%5$s: %11$s%6$s |#]%n"; field in class:FileLogFormatter
32 super(FORMAT, Info.getVersion());
H A DSimpleConsoleFormatter.java31 private static final String FORMAT = "%1$tH:%1$tM:%1$tS %4$s: %5$s%6$s%n"; field in class:SimpleConsoleFormatter
34 super(FORMAT, Info.getVersion());
H A DSimpleFileLogFormatter.java32 private static final String FORMAT = "%1$tY-%1$tm-%1$td %1$tH:%1$tM:%1$tS.%1$tL%1$tz %4$s t%10$s %9$s.%8$s: %5$s%6$s%n"; field in class:SimpleFileLogFormatter
35 super(FORMAT, Info.getVersion());

Completed in 13 milliseconds