log4cplus
« Back to VersTracker
Description:
Logging Framework for C++
Type: Formula  |  Tracked Since: Dec 28, 2025
Links: Homepage  |  formulae.brew.sh
Category: Developer tools
Tags: logging c++ developer-tools monitoring library
Install: brew install log4cplus
About:
log4cplus is a portable, thread-safe C++ logging library modeled after log4j. It provides a flexible framework for logging application output to various destinations like files, console, and network sockets. Its main value is offering robust, configurable logging capabilities for C++ applications.
Key Features:
  • Hierarchical logger namespaces
  • Multiple log levels (TRACE to FATAL)
  • Configurable output appenders
  • Thread-safe operation
  • Property file configuration
Use Cases:
  • Debugging complex C++ applications
  • Centralized logging in distributed systems
  • Application performance monitoring
Alternatives:
  • spdlog – Header-only and generally faster, but log4cplus offers a more traditional log4j-style configuration.
  • glog – Google's logging library with similar features, but log4cplus is more strictly modeled after log4j.
Version History
Detected Version Rev Change Commit
Sep 11, 2025 7:30am 0 VERSION_BUMP 0ac1f99f
Nov 24, 2024 10:15am 0 VERSION_BUMP 4f512259
Oct 25, 2024 7:23am 0 VERSION_BUMP 1fdc373c