mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
initial import
This commit is contained in:
8
Util/samples/SampleApp/SampleApp.properties
Normal file
8
Util/samples/SampleApp/SampleApp.properties
Normal file
@@ -0,0 +1,8 @@
|
||||
# This is a sample configuration file.
|
||||
logging.loggers.root.channel.class = ConsoleChannel
|
||||
logging.loggers.app.name = Application
|
||||
logging.loggers.app.channel = c1
|
||||
logging.formatters.f1.class = PatternFormatter
|
||||
logging.formatters.f1.pattern = [%p] %t
|
||||
logging.channels.c1.class = ConsoleChannel
|
||||
logging.channels.c1.formatter = f1
|
Reference in New Issue
Block a user