urn:schemas-cosylab-com:BulkDataNTReceiver:1.0
complexType loggingQosPolicy

Super Types
{http://www.w3.org/2001/XMLSchema}anyType
|
+--{urn:schemas-cosylab-com:BulkDataNTReceiver:1.0}loggingQosPolicy (restriction)

Documentation
                <<RTI Extension>>
                The Logging QoS policy configures the NDDS Config Logger.
            
Properties
This component is not nillable.

Model
<...>
(verbosity? ; category? ; print_format? ; output_file?)
</...>


Nested Element Summary
loggingCategorycategory
          
stringoutput_file
          
loggingPrintFormatprint_format
          
loggingVerbosityverbosity
          
Source
<xs:complexType name="loggingQosPolicy">
<xs:all>
<xs:element maxOccurs="1" minOccurs="0" name="verbosity" type="loggingVerbosity"/>
<xs:element maxOccurs="1" minOccurs="0" name="category" type="loggingCategory"/>
<xs:element maxOccurs="1" minOccurs="0" name="print_format" type="loggingPrintFormat"/>
<xs:element maxOccurs="1" minOccurs="0" name="output_file" type="string"/>
</xs:all>
</xs:complexType>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.