qca/plugins/qca-logger
Ivan Romanov 13d0dc5e6d added cmake variable QCA_LIB_SUFFIX
QCA_LIB_SUFFIX intended to replace workaround
3 major version. For building for Qt5 can be used
-DQCA_LIB_SUFFIX=qt5 for example. Result will be
named libqca2-qt5.so.2.0.3 library for Linux.
Also this suffix will be applied for qca2 pkg config file,
qcatool2 binary and qcatool2 manpage.

I hope that is a good way to resolve the building conflict
against qt4 and qt5.
2013-08-26 00:55:01 +06:00
..
2007-04-18 13:54:09 +00:00
2007-11-02 23:17:17 +00:00
2007-10-12 00:51:03 +00:00

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>