Move timestamper-gui into a subfolder.
|
After Width: | Height: | Size: 357 B |
|
After Width: | Height: | Size: 506 B |
|
After Width: | Height: | Size: 469 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 293 B |
|
After Width: | Height: | Size: 393 B |
|
After Width: | Height: | Size: 275 B |
|
After Width: | Height: | Size: 626 B |
|
After Width: | Height: | Size: 746 B |
|
After Width: | Height: | Size: 897 B |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 321 B |
|
After Width: | Height: | Size: 537 B |
|
After Width: | Height: | Size: 911 B |
|
After Width: | Height: | Size: 866 B |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 31 KiB |
|
After Width: | Height: | Size: 2.5 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,20 @@
|
||||
import ch.qos.logback.classic.encoder.PatternLayoutEncoder
|
||||
import ch.qos.logback.core.ConsoleAppender
|
||||
import ch.qos.logback.core.FileAppender
|
||||
import static ch.qos.logback.classic.Level.*
|
||||
|
||||
appender("CONSOLE", ConsoleAppender) {
|
||||
encoder(PatternLayoutEncoder) {
|
||||
pattern = "%level - %msg%n"
|
||||
}
|
||||
}
|
||||
|
||||
appender("FILE", FileAppender) {
|
||||
file="timestamper.log"
|
||||
encoder(PatternLayoutEncoder) {
|
||||
pattern = "%date %level %logger - %msg%n"
|
||||
}
|
||||
}
|
||||
|
||||
root(WARN, ["CONSOLE"])
|
||||
logger("com.jdblabs.*", TRACE, ["FILE"], false)
|
||||
|
After Width: | Height: | Size: 770 B |
|
After Width: | Height: | Size: 771 B |
|
After Width: | Height: | Size: 345 B |
|
After Width: | Height: | Size: 660 B |
|
After Width: | Height: | Size: 782 B |
|
After Width: | Height: | Size: 636 B |
|
After Width: | Height: | Size: 764 B |