NEW_LOG_FILE_FREQUENCY enumeration (sdoias.h)

The values of the NEW_LOG_FILE_FREQUENCY enumeration type specify how frequently new log files are created.

Syntax

typedef enum _NEW_LOG_FILE_FREQUENCY {
  IAS_LOGGING_UNLIMITED_SIZE = 0,
  IAS_LOGGING_DAILY,
  IAS_LOGGING_WEEKLY,
  IAS_LOGGING_MONTHLY,
  IAS_LOGGING_WHEN_FILE_SIZE_REACHES
} NEW_LOG_FILE_FREQUENCY;

Constants

 
IAS_LOGGING_UNLIMITED_SIZE
Value: 0
Allows the log file to grow without limit. Do not create new log files periodically.
IAS_LOGGING_DAILY
Creates a new log file each day.
IAS_LOGGING_WEEKLY
Creates a new log file each week.
IAS_LOGGING_MONTHLY
Creates a new log file each month.
IAS_LOGGING_WHEN_FILE_SIZE_REACHES
Creates a new log file when the log file reaches a particular size.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Header sdoias.h

See also

ACCOUNTINGPROPERTIES