log4j like C++ logging library
Log4cxx is a port to C++ of the log4j.
The goal is have the same functionalities and interfaces of log4j.
It's a flexible and highly configurable logging framework
Main features :
- Configurable logging destinations (appenders)
- Configurable logging format (layouts)
- Categorized logging statements through a hierarchy (loggers)
- Advanced filtering (filters)
- Thread safe library
- UTF-16 Unicode support
* Appenders:
AsyncAppender, ConsoleAppender, DailyRollingFileAppender, FileAppender,
NTEventLogAppender, ODBCAppender, RollingFileAppender, SMTPAppender,
SocketAppender, SocketHubAappender, SyslogAppender, TelnetAppender,
XMLSocketAppender
* Layouts:
HTMLLayout, PatternLayout, SimpleLayout, TTCCLayout, XMLLayout
* Filters:
DenyAllFilter, LevelMatchFilter, LevelRangeFilter, StringMatchFilter
* Configurators:
BasicConfigurator, DOMConfigurator, PropertyConfigurator
* Java like objects with dynamic cast and instanciation. Custom objects can
be configured through the DOMConfigurator and PropertyConfigurator classes
Supported OS:
* Linux (tested on Linux Mandrake 10.0, Debian GNU/Linux 3.1)
* FreeBSD
* Windows (MSVC 6.0, MSVC 7.1 or Cygwin)
* Other POSIX OS should be supported but were not tested
- Developed at devel:libraries:c_c++
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/log4cxx && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
apache-log4cxx-1.1.0.tar.gz | 0000564044 551 KB | |
apache-log4cxx-1.1.0.tar.gz.asc | 0000000833 833 Bytes | |
log4cxx.changes | 0000003239 3.16 KB | |
log4cxx.keyring | 0000003098 3.03 KB | |
log4cxx.spec | 0000003738 3.65 KB |
Revision 4 (latest revision is 5)
- update to 1.1.0 (bsc#1211173, CVE-2023-31038): * Fix CVE-2023-31038 * Fix to build on Windows Server 2016 * Fix compiling errors with older compilers * Make ODBC and SMTP opt-in instead of automatic * Parameterize statements for ODBC inserts. Add new generic DBAppender class that uses APR for database support * Fix Qt support - update to 1.0.0: * This is a major release that fixes a number of long-standing issues and is desinged to make Log4cxx ABI stable moving forward. * Removed log4j style Java serialization. Due to Java's inherent problems with serialization, and the fact that Chainsaw no longer supports it, it has been completely removed. * A number of obsolete classes have been removed * Removal of TTCCLayout. If you still want this layout, use a PatternLayout with a format similar to the following: %r [%t] %-5p - %m%n * Removal of DateLayout. Use PatternLayout instead. * Classes now use an internal private class to store member variables in order to make them ABI stable * Multiprocess support is available, but Log4cxx must be explicitly compiled with this option - implement gpg validation
Comments 0