summaryrefslogtreecommitdiff
path: root/package/tntnet/files/tntnet.properties
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/tntnet/files/tntnet.properties
Initial import
Diffstat (limited to 'package/tntnet/files/tntnet.properties')
-rw-r--r--package/tntnet/files/tntnet.properties31
1 files changed, 31 insertions, 0 deletions
diff --git a/package/tntnet/files/tntnet.properties b/package/tntnet/files/tntnet.properties
new file mode 100644
index 000000000..3e1006411
--- /dev/null
+++ b/package/tntnet/files/tntnet.properties
@@ -0,0 +1,31 @@
+# sample logging-properties for application tntnet
+# put this in tntnet.properties and use:
+# log_init("tntnet.properties");
+# in your application to initialize logging
+#
+# define categories with:
+# log_define("some.category")
+# this defines a static function, so you must put it outside other functions.
+# you can define a category per file or a category per namespace.
+#
+# print logging-messages with:
+# log_fatal("some fatal message");
+# log_error("some error message");
+# log_warn("some warn message");
+# log_info("some info message");
+# log_debug("some debug message");
+#
+rootLogger=INFO
+
+# define logger-categories
+logger.tntnet=INFO
+
+file=/var/log/tntnet.log
+maxfilesize=1MB
+maxbackupindex=10
+flushdelay=100 # delay write in milliseconds
+#host=localhost:1234 # send log-messages with udp
+#disabled=1 # disable logging
+#logprocess=1 # log in separate process
+#logprocesuser=someuser # change to user in log process
+#logprocesgroup=somegroup # change to group in log process