Questions tagged [log4cplus]

log4cplus is a C++ logging library.

log4cplus is a simple to use C++ logging API providing thread-safe, flexible, and arbitrarily granular control over log management and configuration.

It is modelled after the Java log4j API.

More info: Project page

136 questions
-2
votes
1 answer

Log4Cplus - change levels to be logged in different functions?

I have a basic question about log4cplus. Is it possible to make two objects like: "logger myLogVar" "logger myLogVar2" And then, from the property file, change the logging level for each variable individually. I want this so I can turn off logging…
jaguzu
  • 528
  • 5
  • 14
1 2 3
…
9
10