boost::logging::destination::file_t< convert_dest > Struct Template Reference

Writes the string to a file. More...

Inheritance diagram for boost::logging::destination::file_t< convert_dest >:
[legend]
Collaboration diagram for boost::logging::destination::file_t< convert_dest >:
[legend]

List of all members.

Public Member Functions

 file_t (const std::string &file_name, file_settings set=file_settings())
 constructs the file destination
void configure (const hold_string_type &str)


Detailed Description

template<class convert_dest = do_convert_destination>
struct boost::logging::destination::file_t< convert_dest >

Writes the string to a file.
Examples:

ded_loger_one_filter.cpp, mul_loggers_one_filter.cpp, no_levels_with_route.cpp, ts_loger_one_filter.cpp, use_profiler.cpp, using_tags.cpp, and your_scenario.cpp.


Constructor & Destructor Documentation

template<class convert_dest = do_convert_destination>
boost::logging::destination::file_t< convert_dest >::file_t ( const std::string &  file_name,
file_settings  set = file_settings() 
) [inline]

constructs the file destination

Parameters:
file_name name of the file
set [optional] file settings - see file_settings class, and Dealing with flags.


Member Function Documentation

template<class convert_dest = do_convert_destination>
void boost::logging::destination::file_t< convert_dest >::configure ( const hold_string_type &  str  )  [inline, virtual]

configure through script right now, you can only specify the file name

Reimplemented from boost::logging::manipulator::is_generic.


The documentation for this struct was generated from the following file:

Copyright John Torjo © 2007
Have a question/ suggestion/ comment? Send me feedback