Home
last modified time | relevance | path

Searched refs:rolling_interval_seconds_ (Results 1 – 1 of 1) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/src/tscpp/api/
H A DLogger.cc49 int rolling_interval_seconds_ = -1; member
102 state_->rolling_interval_seconds_ = rolling_interval_seconds; in init()
118 TSTextLogObjectRollingIntervalSecSet(state_->text_log_obj_, state_->rolling_interval_seconds_); in init()
150 state_->rolling_interval_seconds_ = seconds; in setRollingIntervalSeconds()
164 return state_->rolling_interval_seconds_; in getRollingIntervalSeconds()