Share via


NEW_LOG_FILE_FREQUENCY Enumeration

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

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
    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

Server

Requires Windows Server 2008, Windows Server 2003, or Windows 2000 Server.

Header

Declared in SdoIas.h.

IDL

Declared in SdoIas.idl.

See Also

ACCOUNTINGPROPERTIES

Send comments about this topic to Microsoft

Build date: 10/15/2007