Public Member Functions | |
virtual void | configure (const hold_string_type &) |
Override this if you want to allow configuration through scripting. |
When using formatters and destinations, formatters must share a base class, and destinations must share a base class - see manipulator namespace.
virtual void boost::logging::manipulator::base< raw_param_type, param_type, ptr_type_ >::configure | ( | const hold_string_type & | ) | [inline, virtual] |
Override this if you want to allow configuration through scripting.
That is, this allows configuration of your manipulator (formatter/destination) at run-time.
Reimplemented in boost::logging::manipulator::class_< secs_since_start, op_e, boost::logging::formatter::base< > >, and boost::logging::manipulator::class_< as_xml, op_e, boost::logging::destination::base< > >.