diff --git a/demo/demo_zlog.conf b/demo/demo_zlog.conf new file mode 100644 index 0000000..bd945d4 --- /dev/null +++ b/demo/demo_zlog.conf @@ -0,0 +1,8 @@ +[global] +default format = "%d(%c), %V, %m%n" +[levels] +DEBUG=10 +INFO=20 +FATAL=30 +[rules] +*.* "./log/runtimelog.%d(%F)"