LogMgr
.
More...
import "DsLogAdmin.idl";
Inherits DsLogAdmin::LogMgr.
Public Methods | |
BasicLog | create (in LogFullActionType full_action, in unsigned long long max_size, out LogId id) raises (InvalidLogFullAction) |
Create a new basic log. More... | |
BasicLog | create_with_id (in LogId id, in LogFullActionType full_action, in unsigned long long max_size) raises (LogIdAlreadyExists, InvalidLogFullAction) |
Create a new basic log with a given unique identifier. More... |
LogMgr
.
|
Create a new basic log.
|
|
Create a new basic log with a given unique identifier.
|