enum

Logarithm::LogManager::RotationInterval

Inherits Enum < Comparable < Value < Object

Time intervals for log file rotation

Constants

DAILY = 0
WEEKLY = 1
MONTHLY = 2

Instance methods

daily?

Returns true if this enum value equals DAILY

Source
monthly?

Returns true if this enum value equals MONTHLY

Source
weekly?

Returns true if this enum value equals WEEKLY

Source