The 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. Valid types include:
Log Type | Description |
BYSIZE | A new log is created when it 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 of the new size.
See Also
© 1996-1998 Microsoft Corporation. All rights reserved.