ClearBox Server™ v1.2 Developer's Guide

ROLLOVERMODE

Describes how often the server should create new accounting logfile with a new name.

enum ROLLOVERMODE {
	RM_NONE = 0,
	RM_HOURLY = 1,
	RM_DAILY = 2,
	RM_WEEKLY = 3,
	RM_MONTHLY = 4,
	RM_ONSIZE = 5};

Values

RM_NONE
All accounting data should be logged into one file.
RM_HOURLY
Server changes names for a logfile every hour.
RM_DAILY
Server changes names for a logfile every day.
RM_WEEKLY
Server changes names for a logfile every week.
RM_MONTHLY
Server changes names for a logfile every month.
RM_ONSIZE
Server changes names for a logfile when the old one becomes larger than a specified filesize limit.

See also

ILivingstonAccounting::SetLoggingOptionsEx, ILivingstonAccounting::SetLoggingOptions


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.