1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
qca-logger 2.0.0 -- Logger Plug-in to QCA
ABOUT
qca-logger provides simple logger writer for QCA framework.
DEPENDENCIES
None.
INSTALL
For Unix/Linux/Mac:
./configure
make
make install
For Windows:
configwin rd
qmake
nmake (or make)
copy lib\*.dll qtdir\plugins\crypto
ENVIRONMENT
Configuration can be overridden by environment variables.
Variables:
QCALOGGER_LEVEL
qca-logger log level.
QCALOGGER_FILE
File to write to, if empty stderr will be used.
CONFIGURATION
Configuration is stored at ~/.config/Affinix/QCA.conf, in order to
generate default configuration use:
$ qcatool config save qca-logger
Attributes:
enabled (Boolean)
Enable/disable the plugin.
file (String)
File to write into, if empty stderr will be used.
level (Integer)
Log level 0 least.
AUTHORS
Alon Bar-Lev <alon.barlev@gmail.com>
|