Classes | Public Types | Public Member Functions

Logging::ACSLogStatistics Interface Reference

import "logging_idl.idl";

Inheritance diagram for Logging::ACSLogStatistics:
Inheritance graph
[legend]

List of all members.

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)

Member Typedef Documentation

Convenience typedef for sequences of LogStatsInformation.

Convenience typedef for sequences of LogStatsInformation.


Member Function Documentation

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


The documentation for this interface was generated from the following files: