Support Requests item #3585233, was opened at 2012-11-07 12:05
Message generated for change (Tracker Item Submitted) made by csteenwyk
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=429074&aid=3585233&group_id=40830
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Chris Steenwyk (csteenwyk)
Assigned to: Nobody/Anonymous (nobody)
Summary: Loggingmacros.h no longer included in logger.h
Initial Comment:
In a previous version of the library the include:
#include <log4cplus/loggingmacros.h>
was at the bottom of the main file logging.h. This allowed me to include logging.h and also get the ability to log using the macros LOG4CPLUS_DEBUG, LOG4CPLUS_INFO, etc. In version 1.1 this is no longer the case, requiring me to also provide the above include after my include for logger.h.
Is this intentional? Is there a different main include I should use? It seems strange to me that I would always need to do:
#include <log4cplus/logger.h>
#include <log4cplus/loggingmacros.h>
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=429074&aid=3585233&group_id=40830
|