README: missing info for logarea and loglevel added.

This commit is contained in:
Roland Jax
2014-05-21 16:59:46 +02:00
parent bf9a741a47
commit 1a1db87d6d
3 changed files with 13 additions and 12 deletions
+2 -2
View File
@@ -6,8 +6,8 @@
/config.*
/configure
/depcomp
/ebus-daemon
/ebus-daemon*.tar.*
/ebusd
/ebusd*.tar.*
/install-sh
/missing
/stamp-h?
+9 -8
View File
@@ -13,14 +13,15 @@ Features
- collect data of cycle messages
* tcp socket multi session server (daemon commands)
- get fetch data from ebus participant
- set adjust data of ebus participant
- cyc fetch data from collected cycle messages
- hex send given hex value to ebus (ZZ PB SB NN Dx)
- dump toggle dump on/off
- log change loglevel
- quit close connection
- help print help page
- get fetch data from ebus participant
- set adjust data of ebus participant
- cyc fetch data from collected cycle messages
- hex send given hex value to ebus (ZZ PB SB NN Dx)
- dump toggle dump on/off
- logarea change log area
- loglevel change log level
- quit close connection
- help print help page
Dependency
+2 -2
View File
@@ -85,11 +85,11 @@ void define_args()
Appl::type_string, Appl::opt_mandatory);
A.addItem("p_logarea", Appl::Param("all"), "", "logarea",
"\tlogging area - bas|net|bus|cyc|all (all)",
"\tlog area - bas|net|bus|cyc|all (all)",
Appl::type_string, Appl::opt_mandatory);
A.addItem("p_loglevel", Appl::Param("trace"), "", "loglevel",
"\tlogging level - error|event|trace|debug (event)\n",
"\tlog level - error|event|trace|debug (event)\n",
Appl::type_string, Appl::opt_mandatory);
A.addItem("p_dump", Appl::Param(false), "D", "dump",