cavokSOAPService
Public Attributes | List of all members
LogData Struct Reference

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...
 

Detailed Description

Log Entry.

Member Data Documentation

◆ action

xsd__string LogData::action

Textual description of action.

◆ actionType

enum LogActionType LogData::actionType

Action type.

◆ error

xsd__string LogData::error

(optional) error message if action failed.

◆ IPAddr

xsd__string LogData::IPAddr

IP address from which request originated.

◆ logTime

xsd__int LogData::logTime

Time log entry was created.

◆ parameters

std::vector<xsd__string> LogData::parameters

Action parameters.

◆ sessionID

xsd__string LogData::sessionID

sessionID used for action.

◆ userID

xsd__string LogData::userID

User for which entry was created.