PassThroughLayout.cpp
Go to the documentation of this file.
00001 #include <log4cpp/PassThroughLayout.hh>
00002 #include <log4cpp/FactoryParams.hh>
00003 #include <memory>
00004 
00005 namespace log4cpp
00006 {
00007    std::auto_ptr<Layout> create_pass_through_layout(const FactoryParams& params)
00008    {
00009       return std::auto_ptr<Layout>(new PassThroughLayout);
00010    }
00011 }


log4cpp
Author(s): Stephen Roderick, Bastiaan Bakker, Cedric Le Goater, Steve Ostlind, Marcel Harkema, Walter Stroebel, Glenn Scott and Tony Cheung
autogenerated on Sat Jun 8 2019 18:45:46