Release 1.0 - ...
<logwriterConfiguration> element
Configures which level per logtype must be delivered to the configured listener(s). For each logtype (Information, Warning, Error and Trace) more specific filtering on category can be configured.
The enabled attribute of the logging (sub)element can be used to switch logging on/off.
Example
XML |
Copy Code
|
<logwriterConfiguration>
<logging enabled="true" type="asynchronous" queueSize="130" />
<logfilter>
<logtype name="Information" defaultminlevel="1" defaultmaxlevel="10" />
<logtype name="Warning" defaultminlevel="1" defaultmaxlevel="10" />
<logtype name="Error" defaultminlevel="1" defaultmaxlevel="10" />
<logtype name="Trace" defaultminlevel="1" defaultmaxlevel="10" />
</logfilter>
</logwriterConfiguration>
|
Attributes
None.
Parent element
Element name |
Description |
<configuration> |
The root element for the Smartsite.Logging.config file. |
Child elements
Element name |
Description |
<logging> |
The logging element configures the Logwriter object. |
<logfilter> |
Logging filter configuration |