ClearLog method of the RecordLog class

Deletes all records in the BMC system event log (SEL).

Syntax

uint32 ClearLog();

Parameters

This method has no parameters.

Return value

Other codes may be returned if the call fails. On failure, you can obtain available information from the COM function GetErrorInfo. For scripts, use the command line net helpmsg Return value number.

0 (0x0)

Success.

1 (0x1)

Not supported.

2 (0x2)

Unspecified error.

3 (0x3)

Time-out.

4 (0x4)

Failed.

5 (0x5)

Invalid parameter.

6 4095

DMTF Reserved

4096 32767

Reserved by this method

32768 (0x8000)

Reserved for vendor.

Requirements

Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\hardware
MOF
IpmiPrv.mof
DLL
IpmiPrv.dll

See also

IPMI Provider

RecordLog