import "acslog.idl";
Public Member Functions | |
void | logTrace (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logDebug (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logInfo (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logNotice (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logWarning (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logError (in ACSErr::ErrorTrace c) raises (ACSErr::ACSException) |
void | logErrorWithPriority (in ACSErr::ErrorTrace c, in Priorities p) raises (ACSErr::ACSException) |
void | logWithPriority (in Priorities p, in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data, in string audience, in string array, in string antenna) raises (ACSErr::ACSException) |
void | logWithAudience (in Priorities p, in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in string audience, in string array, in string antenna) raises (ACSErr::ACSException) |
void | logCritical (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logAlert (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logEmergency (in acscommon::TimeStamp time, in string msg, in RTContext rtCont, in SourceInfo srcInfo, in NVPairSeq data) raises (ACSErr::ACSException) |
void | logXML (in XMLstring xml) raises (ACSErr::ACSException) |
|
logs ALERT message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs CRITICAL message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs DEBUG message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs EMERGENCY message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs error stack (trace) of a Completion or an ACS exception. |
|
logs error stack (trace) of a Completion or an ACS exception with certain priorty. |
|
logs INFO message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs NOTICE message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs TRACE message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs WARNING message. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs a message with a certain priority, an audience, an array and an antenna. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs a message with a certain priority. If all rtCont string members are NULL than no run-time context information will be logged. If all srcInfo string members are NULL than no source information will be logged. |
|
logs XML message. If xml is not XML string than exception will be thrown (NOT implemnted yet!). |