|
BDE 4.39.x Production Release
|
#include <ball_recordformatterfunctor.h>
This struct provides a namespace for a typedef of the functor used for formatting log records to a stream.
Public Types | |
| typedef bsl::function< void(bsl::ostream &, const Record &)> | Type |
| typedef bsl::function<void(bsl::ostream&, const Record&)> ball::RecordFormatterFunctor::Type |
Type is the type of the functor used for formatting log records to a stream.