|  | Home | Libraries | People | FAQ | More | 
          It is possible to implement your own formatter: it should derive from
          boost::unit_test::unit_test_log_formatter.
        
It is possible to add a your own instance of a formatter to the set of formats using one of the two functions:
boost::unit_test::unit_test_log.set_formatter( unit_test_log_formatter* ); boost::unit_test::unit_test_log.add_formatter( unit_test_log_formatter* );
| ![[Tip]](../../../../../../../doc/src/images/tip.png) | Tip | 
|---|---|
| 
            See  | 
| ![[Warning]](../../../../../../../doc/src/images/warning.png) | Warning | 
|---|---|
| 
            The call to  | 
| ![[Tip]](../../../../../../../doc/src/images/tip.png) | Tip | 
|---|---|
| More details about the class implementing the formatting of the logs can be found in the following reference sections: 
 |