import "acsdaemon.idl";
Inheritance diagram for acsdaemon::ACSLogSpell:
Public Member Functions | |
void | start_acs_log (in DaemonCallback callback, in short instance_number) raises (ACSErrTypeCommon::BadParameterEx, acsdaemonErrType::ServiceAlreadyRunningEx) |
void | stop_acs_log (in DaemonCallback callback, in short instance_number) raises (ACSErrTypeCommon::BadParameterEx, acsdaemonErrType::ServiceNotRunningEx) |
|
Asynchronously starts an ACSLog service on the current host. This service is used by Python components and any corba-aware scripts to contribute log records to central logging. Notification about service start problems or successful completion is passed to the client via the callback, on which the client may block.
|
|
Asynchronously stops an ACSLog service on the current host. Notification about service stop problems or successful completion is passed to the client via the callback, on which the client may block.
|