Add a new config setting for logging
authorSteven Luo <steven+maemo@steven676.net>
Sun, 21 Feb 2010 03:26:48 +0000 (19:26 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Sun, 21 Feb 2010 03:45:16 +0000 (19:45 -0800)
commitbdea97be42be2df37d6e0d29bbaa8114f3f727de
tree3fc10f6546f674304ab34349d47b5cf16202c5aa
parentacd7680b31f4fee62fe05395dc10f57ae1db03d1
Add a new config setting for logging

Add a new config setting:
logging = "stdout" -- log to stdout (default)
logging = "syslog" -- log to syslog
logging = "none" -- disable logging
No configuration UI is exposed, but the UI needs to be taught that this
is a legal config setting (so that it doesn't discard it).
config-ui/browser-switchboard-cp.c
main.c