|
Main Page Namespace List Class Hierarchy Compound List File List Namespace Members Compound Members File Members Related Pages
DGD::multifile_log::Split_by_size Class Reference
Split by size predicate. More...
#include <dgMultifileLog.h>
Inheritance diagram for DGD::multifile_log::Split_by_size:
List of all members.
Public Member Functions
Private Attributes
Detailed Description
Split by size predicate. Returns true only when amount of bytes written into current volume exceeds the specified size. By default the size is 5M.
Constructor & Destructor Documentation
DGD::multifile_log::Split_by_size::Split_by_size | ( | | ) | [inline] |
|
DGD::multifile_log::Split_by_size::Split_by_size | ( | unsigned long | vol_size | ) | [inline] |
|
Member Function Documentation
bool DGD::multifile_log::Split_by_size::operator() | ( | unsigned long | volume, | | | unsigned long | line, | | | unsigned long | column, | | | unsigned long | bytes | | ) | const [inline, virtual] |
|
Member Data Documentation
unsigned long DGD::multifile_log::Split_by_size::m_vol_size [private] |
|
The documentation for this class was generated from the following file: Generated on Thu Aug 10 16:48:31 2006 for DGD Library by 1.3
|