rotateOnTimeInterval overloads

Synopses

Declared in <ball_asyncfileobserver.h>

Configure periodic log file rotation at the specified interval.

Configure periodic log rotation with the specified interval and startTime.

void
rotateOnTimeInterval(
    bdlt::DatetimeInterval const& interval,
    bdlt::Datetime const& startTime);

Parameters

Name

Description

interval

periodic interval between log file rotations

startTime

reference datetime for the rotation schedule

Created with MrDocs