Warning, /libraries/qca/plugins/qca-logger/README is written in an unsupported language. File is not indexed.

0001 qca-logger 2.0.0 -- Logger Plug-in to QCA
0002 
0003 ABOUT
0004         qca-logger provides simple logger writer for QCA framework.
0005 
0006 DEPENDENCIES
0007         None.
0008 
0009 INSTALL
0010         For Unix/Linux/Mac:
0011                 ./configure
0012                 make
0013                 make install
0014 
0015         For Windows:
0016                 configwin rd
0017                 qmake
0018                 nmake (or make)
0019                 copy lib\*.dll qtdir\plugins\crypto
0020 
0021 ENVIRONMENT
0022         Configuration can be overridden by environment variables.
0023 
0024         Variables:
0025                 QCALOGGER_LEVEL
0026                         qca-logger log level.
0027 
0028                 QCALOGGER_FILE
0029                         File to write to, if empty stderr will be used.
0030 
0031 CONFIGURATION
0032         Configuration is stored at ~/.config/Affinix/QCA.conf, in order to
0033         generate default configuration use:
0034 
0035         $ qcatool config save qca-logger
0036 
0037         Attributes:
0038                 enabled (Boolean)
0039                         Enable/disable the plugin.
0040 
0041                 file (String)
0042                         File to write into, if empty stderr will be used.
0043 
0044                 level (Integer)
0045                         Log level 0 least.
0046 
0047 AUTHORS
0048         Alon Bar-Lev <alon.barlev@gmail.com>
0049