15 | | |
| 15 | |
| 16 | == Act as IBus logger == |
| 17 | The daemon can also act as a simple IBus logger. This can be usefull if you just want to log ibus messages passend on the bus. In order to run the daemon as simple logger execute it as |
| 18 | {{{ |
| 19 | openbm-gateway -l 4 -f ibus.log |
| 20 | }}} |
| 21 | Which will protocol ibus actions to the ibus.log file. The log file will look like this: |
| 22 | {{{ |
| 23 | ... |
| 24 | 2010-Jul-20 10:07:00.767817: C0 04 68 32 11 8F |
| 25 | 2010-Jul-20 10:07:00.891897: C0 04 68 32 11 8F |
| 26 | 2010-Jul-20 10:07:00.928066: C0 04 68 32 10 8E |
| 27 | 2010-Jul-20 10:07:00.943753: C0 04 68 32 10 8E |
| 28 | 2010-Jul-20 10:07:01.116929: C0 03 68 01 AA |
| 29 | 2010-Jul-20 10:07:01.140001: 68 04 BF 02 00 D1 |
| 30 | ... |
| 31 | }}} |
| 32 | |
| 33 | |
| 34 | == D-Bus connection == |