LogMgr
and a ConsumerAdmin
.
More...
import "DsEventLogAdmin.idl";
Inherits DsLogAdmin::LogMgr, and CosEventChannelAdmin::ConsumerAdmin.
Public Methods | |
EventLog | create (in DsLogAdmin::LogFullActionType full_action, in unsigned long long max_size, in DsLogAdmin::CapacityAlarmThresholdList thresholds, out DsLogAdmin::LogId id) raises (DsLogAdmin::InvalidThreshold, DsLogAdmin::InvalidLogFullAction) |
Create a new event log. More... | |
EventLog | create_with_id (in DsLogAdmin::LogId id, in DsLogAdmin::LogFullActionType full_action, in unsigned long long max_size, in DsLogAdmin::CapacityAlarmThresholdList thresholds) raises (DsLogAdmin::LogIdAlreadyExists, DsLogAdmin::InvalidThreshold, DsLogAdmin::InvalidLogFullAction) |
Create a new event log. More... |
LogMgr
and a ConsumerAdmin
.
It creates log objects and emits log-generated events on behalf of all event logs.
|
Create a new event log.
|
|
Create a new event log.
|