jda/external/zlog-1.2.18/test/test_hello.conf

8 lines
135 B
Plaintext
Raw Normal View History

2025-04-30 15:28:08 +08:00
[formats]
simple = "%d.%ms %m%n"
simple2 = "%d.%us %m%n"
[rules]
my_cat.* >stderr;
my_cat.* >stdout;simple
my_cat.* >stdout;simple2