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 
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 }
std::auto_ptr< Layout > create_pass_through_layout(const FactoryParams &params)


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:14:17