cavokSOAPService
|
Log Entry. More...
Public Attributes | |
xsd__string | logID |
Unique entry ID. | |
xsd__string | userID |
User for which entry was created. More... | |
enum LogActionType | actionType |
Action type. More... | |
xsd__string | action |
Textual description of action. More... | |
std::vector< xsd__string > | parameters |
Action parameters. More... | |
xsd__int | logTime |
Time log entry was created. More... | |
xsd__string | error:1 |
(optional) error message if action failed. More... | |
xsd__string | sessionID |
sessionID used for action. More... | |
xsd__string | IPAddr |
IP address from which request originated. More... | |
Log Entry.
xsd__string LogData::action |
Textual description of action.
enum LogActionType LogData::actionType |
Action type.
xsd__string LogData::error |
(optional) error message if action failed.
xsd__string LogData::IPAddr |
IP address from which request originated.
xsd__int LogData::logTime |
Time log entry was created.
std::vector<xsd__string> LogData::parameters |
Action parameters.
xsd__string LogData::sessionID |
sessionID used for action.
xsd__string LogData::userID |
User for which entry was created.