log4j like C++ logging library

Edit Package log4cxx

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

Refresh
Refresh
Source Files
Filename Size Changed
apache-log4cxx-1.2.0.tar.gz 0000652992 638 KB
apache-log4cxx-1.2.0.tar.gz.asc 0000000833 833 Bytes
log4cxx.changes 0000004249 4.15 KB
log4cxx.keyring 0000003098 3.03 KB
log4cxx.spec 0000003738 3.65 KB
Revision 16 (latest revision is 17)
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 16)
- update to 1.2.0:
  * LOG4CXX_XXXX macros now support logging of QStrings directly
  * log4cxx::hexdump function that returns a string of hexadecimal
    byte values
  * Ability to remove a HierarchyEventListener [#233]
  * Less string copying when sending a logging event to an appender
  * Less frequent mutex contention when logging from multiple
    threads concurrently [#320]
  * Allow thread information to be included in JSON formatted output
  * Optional support for logging during process termination [#271]
  * A cmake option to place Log4cxx functions in a different
    namespace [#277]
  * Optionally use std::format in LOG4CXX_XXXX_FMT macros instead
    of fmt::format [#291]
  * Support for per object enabling/disabling of logging requests
    (see log4cxx::LoggerInstancePtr)
  * * https://logging.apache.org/log4cxx/latest_stable/changelog.html#rel_1_2_0
Comments 0
openSUSE Build Service is sponsored by