Apache Log4cxx
Version 1.3.0
|
#include <map>
#include <vector>
#include <functional>
#include <log4cxx/helpers/class.h>
#include <log4cxx/pattern/patternconverter.h>
#include <log4cxx/pattern/formattinginfo.h>
Go to the source code of this file.
Classes | |
class | log4cxx::pattern::PatternParser |
Most of the work of the PatternLayout class is delegated to the PatternParser class. More... | |
Namespaces | |
namespace | log4cxx |
namespace | log4cxx::pattern |
Typedefs | |
typedef std::function< PatternConverterPtr(const std::vector< LogString > &options)> | log4cxx::pattern::PatternConstructor |
typedef std::map< LogString, PatternConstructor > | log4cxx::pattern::PatternMap |