|
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) |
void | logDebug (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logInfo (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logNotice (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logWarning (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logError (const ACSErr::ErrorTrace &c) |
void | logErrorWithPriority (const ACSErr::ErrorTrace &c, ACSLog::Priorities p) |
void | logWithPriority (ACSLog::Priorities p, acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data, const char *audience=NULL, const char *array=NULL, const char *antenna=NULL) |
void | logWithAudience (ACSLog::Priorities p, acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const char *audience=NULL, const char *array=NULL, const char *antenna=NULL) |
void | logCritical (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logAlert (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logEmergency (acscommon::TimeStamp time, const char *msg, const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
void | logXML (const char *xml) |
void | logXMLTimed (acscommon::TimeStamp time, const char *xml) |
Private Member Functions |
bool | checkRTContext (const ACSLog::RTContext &rtCont) |
bool | checkSourceInfo (const ACSLog::SourceInfo &srcInfo) |
PriorityFlag | writeRTContext (const ACSLog::RTContext &rtCont) |
PriorityFlag | writeSourceInfo (const ACSLog::SourceInfo &srcInfo) |
unsigned int | writeData (const ACSLog::NVPairSeq &data) |
PriorityFlag | write (const ACSLog::RTContext &rtCont, const ACSLog::SourceInfo &srcInfo, const ACSLog::NVPairSeq &data) |
Private Attributes |
LoggingProxy & | m_logProxy |