Engauge Digitizer  2
Public Member Functions | List of all members
log4cpp::CategoryStream Class Reference

Streaming of simple types and objects to a category. More...

#include <CategoryStream.hh>

Public Member Functions

 CategoryStream (Category &category, Priority::Value priority)
 Single constructor.
 
CategorygetCategory () const
 Return useless value.
 
Priority::Value getPriority () const throw ()
 Return useless value.
 
void flush ()
 Noop.
 
template<typename T >
CategoryStreamoperator<< (const T &)
 Stream of arbitrary types and objects.
 
CategoryStreamoperator<< (const char *)
 Noop insertion method for character.
 
CategoryStreamoperator<< (const std::string &)
 Noop insertion method for string.
 
std::streamsize width (std::streamsize wide)
 Noop method to get width.
 

Detailed Description

Streaming of simple types and objects to a category.

Definition at line 15 of file CategoryStream.hh.


The documentation for this class was generated from the following files: