Click or drag to resize

executionLogConfiguration Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.settings.executionLogConfiguration"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      imbWEM.Core.settingsexecutionLogConfiguration

Namespace:  imbWEM.Core.settings
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class executionLogConfiguration : imbBindable

The executionLogConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodexecutionLogConfiguration
Initializes a new instance of the executionLogConfiguration class
Top
Properties
  NameDescription
Public propertycrawlerDomainObligatoryReportAfterSeconds
After what number of seconds it will be forced to show report on all active tasks
Public propertydoAutoflushLogs
It will autoflush all log builder instances after reaching flush trashold
Public propertydoKeepPageRecLog
True allows to pRecord to keep log content
Public propertydoKeepSiteRec
Allows to wRecord to keep log content
Public propertydoKeepSpiderRec
Allows to tRecord to keep log content
Public propertydoKeepTreeBuilderLog
Description of $property$
Public propertydoOpenFirstException
If true it opens default external txt editor to show the first exception recorded in the session
Public propertydoPageErrorOrDuplicateLog
Show message when page load failed or a duplicated content was found
Public propertydoPageLoadedFromCache
show message when a page is loaded from cache
Public propertydoPageLoadedLog
Show message when page was newly loaded from the web
Public propertydoPreserveWebDocument
Should crawled page object preserve HTML document object and source
Public propertydoRemoveWRecordOnFinished
Da li da skloni wRecord iz memorije ukoliko je zavrsen
Public propertydoShowSemanticEngineLog
Do log when a page is tokenized
Public propertydoThrowDLCException
If true it will throw exception at crawlerErrorLog creation
Public propertylogAutoflushLength
Length trashold for log to be auto flushed
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodprepare
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
See Also