Class CIM_Log


CIM_ManagedElement
\_CIM_ManagedSystemElement
  \_CIM_LogicalElement
    \_CIM_EnabledLogicalElement


Description

Log represents any type of event, error or informational register or chronicle. The object describes the existence of the log and its characteristics. Log does not dictate the form of the data represented or how records/messages are stored in the log and/or accessed. Subclasses will define the appropriate methods and behavior.

Subclasses

CIM_MessageLog IBMTSSVC_MessageLog

Referenced By

CIM_UseOfLog

Properties

IdTypeRangeDescription
Key
Read Only
CurrentNumberOfRecords uint64
Current number of records in the Log.
MaxNumberOfRecords uint64
Maximum number of records that can be captured in the Log. If undefined, a value of zero should be specified.
OverwritePolicy uint16
Unknown0
Wraps When Full2
Never Overwrites7
DMTF Reserved..
Vendor Reserved32768..65535
OverwritePolicy is an integer enumeration that indicates whether the log, represented by the CIM_Log subclasses, can overwrite its entries. Unknown (0) indicates the log's overwrite policy is unknown.Wraps when Full (2) indicates that the log overwrites its entries with new entries when the log has reached its maximum capacity.Never Overwrites (7) indicates that the log never overwrites its entries by the new entries.
Read Write
 
Inherited from class CIM_ManagedElement
Caption, Description, ElementName
 
Inherited from class CIM_ManagedSystemElement
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions
 
Inherited from class CIM_EnabledLogicalElement
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault
 

Method Summary

NameDescription
ClearLogRequests that the Log be cleared of all entries.
 
Inherited from class CIM_EnabledLogicalElement
RequestStateChange
 

Method Detail


ClearLog

Description

Requests that the Log be cleared of all entries.The return value should be 0 if the request was successfully executed, 1 if the request is not supported, and some other value, as indicated by the ValueMap/Values qualifiers, if an error occurred.

Parameters

IdTypeRangeDescription
In
none
out
none
Return Codes
none