poco/Util/samples/SampleServer/SampleServer.properties
Guenter Obiltschnig f476bd6b32 initial import
2006-07-11 16:33:40 +00:00

6 lines
223 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