Apache log4cxx
Version 0.12.1
|
#include <map>
#include <vector>
#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 | |
log4cxx | |
log4cxx::pattern | |
Typedefs | |
typedef PatternConverterPtr(* | log4cxx::pattern::PatternConstructor) (const std::vector< LogString > &options) |
typedef std::map< LogString, PatternConstructor > | log4cxx::pattern::PatternMap |