| 
    ARC SDK
    
   | 
 
Remote logging. More...
#include <arc/compute/JobDescription.h>
Data Fields | |
| std::string | ServiceType | 
| Type of logging service.  More... | |
| URL | Location | 
| URL of logging service.  More... | |
| bool | optional | 
| Requirement satisfaction switch.  More... | |
Remote logging.
This class is used to specify a service which should be used to report logging information to, such as job resource usage.
| URL Arc::RemoteLoggingType::Location | 
| bool Arc::RemoteLoggingType::optional | 
Requirement satisfaction switch.
The optional boolean specifies whether the requirement specified in the particular object is mandatory for job execution, or whether it be ignored.
| std::string Arc::RemoteLoggingType::ServiceType | 
Type of logging service.
The ServiceType string specifies the type of logging service. Some examples are "SGAS" (http://www.sgas.se) and "APEL" (https://wiki.egi.eu/wiki/APEL), however please refer to the particular execution service for a list of supported logging service types.
 1.8.14