|
Public Member Functions |
| | ACSLogImpl (LoggingProxy &logProxy) |
| void | logTrace (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logDebug (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logInfo (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logNotice (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logWarning (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logError (const ACSErr::ErrorTrace &c) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logCritical (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logAlert (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logEmergency (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) throw ( CORBA::SystemException, ACSErr::ACSException ) |
| void | logXML (const char *xml) throw (CORBA::SystemException, ACSErr::ACSException ) |
| void | logXMLTimed (acscommon::TimeStamp time, const char *xml) throw (CORBA::SystemException, ACSErr::ACSException ) |
Private Member Functions |
| bool | checkRTContext (const ACSLog::RTContext &rtCont) |
| bool | checkSourceInfo (const ACSLog::SourceInfo &srcInfo) |
| PriortyFlag | writeRTContext (const ACSLog::RTContext &rtCont) |
| PriortyFlag | writeSourceInfo (const ACSLog::SourceInfo &srcInfo) |
| unsigned int | writeData (const ACSLog::NVPairSeq &data) |
| PriortyFlag | write (const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
Private Attributes |
| LoggingProxy & | m_logProxy |