Honeycomb  0.1
Component-Model Framework
Public Types | Public Member Functions | List of all members
honey::log::Sink Struct Referenceabstract

#include <Log.h>

Inheritance diagram for honey::log::Sink:
Inheritance graph
[legend]
Collaboration diagram for honey::log::Sink:
Collaboration graph
[legend]

Public Types

typedef SharedPtr< SinkPtr
 

Public Member Functions

virtual void operator() (const Level &level, const String &record)=0
 
- 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...
 

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...
 

Member Typedef Documentation

Member Function Documentation

virtual void honey::log::Sink::operator() ( const Level level,
const String record 
)
pure virtual

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