Poco

template < class DT >

class ArchiveByTimestampStrategy

File Information

Library: Foundation
Package: Logging
Header: Poco/ArchiveStrategy.h

Description

A timestamp (YYYYMMDDhhmmssiii) is appended to archived log files.

Inheritance

Direct Base Classes: ArchiveStrategy

All Base Classes: ArchiveStrategy

Member Summary

Member Functions: archive, open

Inherited Functions: archive, compress, exists, moveFile, open

Constructors

ArchiveByTimestampStrategy inline

ArchiveByTimestampStrategy();

Destructor

~ArchiveByTimestampStrategy virtual inline

~ArchiveByTimestampStrategy();

Member Functions

archive virtual inline

LogFile * archive(
    LogFile * pFile
);

Archives the file by appending the current timestamp to the file name. If the new file name exists, additionally a monotonic increasing number is appended to the log file name.

open virtual inline

LogFile * open(
    LogFile * pFile
);