Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::sinks::file::aux Namespace Reference

Functions

BOOST_LOG_API shared_ptr
< collector
make_collector (filesystem::path const &target_dir, uintmax_t max_size, uintmax_t min_free_space)
 Creates and returns a file collector with the specified parameters. More...
 
template<typename ArgsT >
shared_ptr< collectormake_collector (ArgsT const &args)
 

Function Documentation

BOOST_LOG_API shared_ptr< collector > boost::sinks::file::aux::make_collector ( filesystem::path const &  target_dir,
uintmax_t  max_size,
uintmax_t  min_free_space 
)

Creates and returns a file collector with the specified parameters.

Referenced by make_collector(), and boost::sinks::file::make_collector().

template<typename ArgsT >
shared_ptr< collector > boost::sinks::file::aux::make_collector ( ArgsT const &  args)
inline