SizeBasedTriggeringPolicy looks at size of the file being currently written to.
More...
Inherits log4cxx::rolling::TriggeringPolicy.
List of all members.
Detailed Description
SizeBasedTriggeringPolicy looks at size of the file being currently written to.
Constructor & Destructor Documentation
Member Function Documentation
size_t getMaxFileSize |
( |
|
) |
|
Determines if a rollover may be appropriate at this time.
If true is returned, RolloverPolicy.rollover will be called but it can determine that a rollover is not warranted.
- Parameters:
-
| appender | A reference to the appender. |
| event | A reference to the currently event. |
| filename | The filename for the currently active log file. |
| fileLength | Length of the file in bytes. |
- Returns:
- true if a rollover should occur.
Implements TriggeringPolicy.
void setMaxFileSize |
( |
size_t |
l |
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: