#include <log4cpp/LayoutsFactory.hh>
#include <string>
#include <map>
#include <memory>
#include "Portability.hh"
#include "Layout.hh"
#include "FactoryParams.hh"
#include <stdexcept>
Go to the source code of this file.
Namespaces | |
namespace | log4cpp |
Functions | |
std::auto_ptr< Layout > | log4cpp::create_basic_layout (const FactoryParams ¶ms) |
std::auto_ptr< Layout > | log4cpp::create_pass_through_layout (const FactoryParams ¶ms) |
std::auto_ptr< Layout > | log4cpp::create_pattern_layout (const FactoryParams ¶ms) |
std::auto_ptr< Layout > | log4cpp::create_simple_layout (const FactoryParams ¶ms) |
Variables | |
static LayoutsFactory * | log4cpp::layouts_factory_ = 0 |