Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
PassThroughLayout.cpp
Go to the documentation of this file.
1
/*
2
* Copyright 2002, Log4cpp Project. All rights reserved.
3
*
4
* See the COPYING file for the terms of usage and distribution.
5
*/
6
7
#include <
log4cpp/PassThroughLayout.hh
>
8
#include <
log4cpp/FactoryParams.hh
>
9
#include <memory>
10
11
namespace
log4cpp
12
{
13
std::auto_ptr<Layout>
create_pass_through_layout
(
const
FactoryParams
& params)
14
{
15
return
std::auto_ptr<Layout>(
new
PassThroughLayout
);
16
}
17
}
log4cpp::create_pass_through_layout
std::auto_ptr< Layout > create_pass_through_layout(const FactoryParams ¶ms)
Definition:
PassThroughLayout.cpp:13
FactoryParams.hh
log4cpp::PassThroughLayout
Definition:
PassThroughLayout.hh:15
log4cpp::FactoryParams
Definition:
FactoryParams.hh:61
log4cpp
Definition:
AbortAppender.hh:16
PassThroughLayout.hh
log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sun Jun 23 2019 19:10:00