mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
d75e68c027
windows build only
6 lines
218 B
Properties
6 lines
218 B
Properties
# This is a sample configuration file.
|
|
logging.loggers.root.channel = c1
|
|
logging.channels.c1.class = FileChannel
|
|
logging.channels.c1.path = ${application.dir}SampleServer.log
|
|
logging.channels.c1.pattern = %s: [%p] %t
|