System.ApplicationLog.InternetApplicationLogReader (DataSourceModuleType)

Element properties:

TypeDataSourceModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.ApplicationLog.InternetLogEntryData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
LocalizedDatesstring$Config/LocalizedDates$Localized Dates

Source Code:

<DataSourceModuleType ID="System.ApplicationLog.InternetApplicationLogReader" Accessibility="Public">
<Configuration>
<xsd:element name="LogFileType" type="xsd:integer"/>
<xsd:element name="LogFileDirectory" type="xsd:string"/>
<xsd:element name="LogFilePattern" type="xsd:string"/>
<xsd:element name="LogIsUTF8" type="xsd:string"/>
<xsd:element name="LocalizedDates" type="xsd:string" minOccurs="0" maxOccurs="1"/>
<xsd:element name="Separator" type="xsd:string" minOccurs="0" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LocalizedDates" Selector="$Config/LocalizedDates$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation>
<Native>
<ClassID>B000FD63-FD06-47AC-AC1F-8EE8C42CC479</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System.ApplicationLog.InternetLogEntryData</OutputType>
</DataSourceModuleType>