Honeycomb
0.1
Component-Model Framework
|
Captures records in a buffer. More...
#include <Log.h>
Public Types | |
typedef SharedPtr< BufferSink > | Ptr |
Public Types inherited from honey::log::Sink | |
typedef SharedPtr< Sink > | Ptr |
Public Member Functions | |
virtual void | operator() (const Level &level, const String &record) |
Public Member Functions inherited from honey::SharedObj< Sink > | |
SharedObj (Alloc &&a=Alloc()) debug_if( | |
Construct with allocator that is called to deallocate this shared object when all references have been released. More... | |
Public Attributes | |
vector< tuple< const Level *, String > > | records |
Additional Inherited Members | |
Protected Member Functions inherited from honey::SharedObj< Sink > | |
void | finalize () |
Destroys object. Called when strong reference count reaches 0. May be overridden to prevent destruction. More... | |
Captures records in a buffer.
Implements honey::log::Sink.