import "logging_idl.idl";
Classes | |
struct | LogStatsInformation |
Public Types | |
typedef sequence < LogStatsInformation > | logStatsInformationSeq |
typedef sequence < LogStatsInformation > | logStatsInformationSeq |
Public Member Functions | |
ACSLogStatistics::logStatsInformationSeq | get_statistics_logger_configuration () |
ACSLogStatistics::LogStatsInformation | get_statistics_logger_configuration_byname (in string logger_name) raises (LoggerDoesNotExistEx) |
void | set_statistics_logger_configuration_byname (in string logger_name, in ACSLogStatistics::LogStatsInformation statsInformation) raises (LoggerDoesNotExistEx) |
ACSLogStatistics::logStatsInformationSeq | get_statistics_logger_configuration () |
ACSLogStatistics::LogStatsInformation | get_statistics_logger_configuration_byname (in string logger_name) raises (LoggerDoesNotExistEx) |
void | set_statistics_logger_configuration_byname (in string logger_name, in ACSLogStatistics::LogStatsInformation statsInformation) raises (LoggerDoesNotExistEx) |
typedef sequence<LogStatsInformation> Logging::ACSLogStatistics::logStatsInformationSeq |
Convenience typedef for sequences of LogStatsInformation.
typedef sequence<LogStatsInformation> Logging::ACSLogStatistics::logStatsInformationSeq |
Convenience typedef for sequences of LogStatsInformation.
ACSLogStatistics::logStatsInformationSeq Logging::ACSLogStatistics::get_statistics_logger_configuration | ( | ) |
Gets the names and status of all statistics modules of all loggers, to allow configuring them individually. If the logger statistics module has never been configured yet, then it will provide "Undefined" as elementName
ACSLogStatistics::logStatsInformationSeq Logging::ACSLogStatistics::get_statistics_logger_configuration | ( | ) |
Gets the names and status of all statistics modules of all loggers, to allow configuring them individually. If the logger statistics module has never been configured yet, then it will provide "Undefined" as elementName
ACSLogStatistics::LogStatsInformation Logging::ACSLogStatistics::get_statistics_logger_configuration_byname | ( | in string | logger_name | ) | raises (LoggerDoesNotExistEx) |
Gets the names and status of statistics module of requested logger. If the logger statistics module has never been configured yet, then it will provide "Undefined" as elementName Throws LoggerDoesNotExistEx if a the logger is not found
ACSLogStatistics::LogStatsInformation Logging::ACSLogStatistics::get_statistics_logger_configuration_byname | ( | in string | logger_name | ) | raises (LoggerDoesNotExistEx) |
Gets the names and status of statistics module of requested logger. If the logger statistics module has never been configured yet, then it will provide "Undefined" as elementName Throws LoggerDoesNotExistEx if a the logger is not found
void Logging::ACSLogStatistics::set_statistics_logger_configuration_byname | ( | in string | logger_name, | |
in ACSLogStatistics::LogStatsInformation | statsInformation | |||
) | raises (LoggerDoesNotExistEx) |
Sets logger statistics configuration for a particular named logger. Throws LoggerDoesNotExistEx if a the logger is not found
void Logging::ACSLogStatistics::set_statistics_logger_configuration_byname | ( | in string | logger_name, | |
in ACSLogStatistics::LogStatsInformation | statsInformation | |||
) | raises (LoggerDoesNotExistEx) |
Sets logger statistics configuration for a particular named logger. Throws LoggerDoesNotExistEx if a the logger is not found