Apache Log4cxx  Version 1.2.0
Loading...
Searching...
No Matches
com/foo/config-qt.h

This header file is for Log4cxx configuration in a Qt application.

#ifndef COM_FOO_CONFIG_QT_H_
#define COM_FOO_CONFIG_QT_H_
namespace com { namespace foo {
// Provide the name of the configuration file to Log4cxx.
void ConfigureLogging();
using LoggerPtr = log4cxx::LoggerPtr;
extern auto getLogger(const QString& name) -> LoggerPtr;
extern auto getLogger(const char* name = NULL) -> LoggerPtr;
} } // namespace com::foo
#endif // COM_FOO_CONFIG_QT_H_
std::shared_ptr< Logger > LoggerPtr
Definition: defaultloggerfactory.h:27