Theater SDK Banner 

Art
[Previous][Next]

Logging.SetType Method

Sets the type of logging used to create files.

Syntax

Logging.SetType( LogType, Size )

Parameters

LogType

The type of logging to be used. The following table lists valid types.

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

Size

A Long value specifying the new log size.

See Also

Type

[Previous][Next]



© 1996-1998 Microsoft Corporation. All rights reserved