Logging.Type Property

The Logging.Type property returns the type of logging used to create files.

Syntax

Logging.Type

Remarks

The log types are as follows:

Log Type Description
BYSIZE A new log is created when it reaches a specified size.
DAILY A new log is created daily.
WEEKLY A new log is created weekly.
MONTHLY A new log is created monthly.

See Also

SetType

© 1996-1998 Microsoft Corporation. All rights reserved.