NiCE LogFile Provider DataSource (Managed)

NiCE.Library.W.LogFileProvider.Managed2.DS (DataSourceModuleType)

DataSource to collect data from a log file.

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeNiCE.Library.W.LogFileData

Source Code:

<DataSourceModuleType ID="NiCE.Library.W.LogFileProvider.Managed2.DS" Accessibility="Public" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>NiCE.Library.W.NiCEProvidersSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Config_Interval" type="xsd:anyType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Config_NiCE_Properties" type="xsd:anyType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Config_Process" type="xsd:anyType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Config_LogFileProvider" type="xsd:anyType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="0" name="Config_Logger" type="xsd:anyType"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.NiCEWindowsProviders</Assembly>
<Type>NiCEManagedModule.LogFileMonitoringDataSource</Type>
</Managed>
</ModuleImplementation>
<OutputType>NiCE.Library.W.LogFileData</OutputType>
</DataSourceModuleType>