adm.CleanUpLog

This job searches for the specified log files and removes them.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

Currently not supported — pass 0.

Type

INT

Yes

Type of log files to be deleted (bitmask):
0x00000001 (1) = FLW files
0x00000002 (2) = ERR files
0x00000004 (4) = LOG files
0x00000008 (8) = REP files
0xFFFFFFFF (4294967295) = all found

Days

INT

Yes

Maximum age of files to be deleted in days

Path

STRING

Yes

Path of the log directory

2. Return Value

(INT): 0 = Job successful, otherwise error code.