RAW_DATA

The RAW_DATA element limits the size of a single log message.

Syntax

<RAW_DATA MaxLength=length></RAW_DATA>
  1. Where length is the number of characters after which the log message is truncated. The value must be a non-negative integer.

Child elements

There are no child elements.

Usage

You use this element to specify the length of log messages. Log messages can include the complete HTML response, and can therefore be very large (an entire HTML page). This element is optional but if specified the maximum number of characters in any single log message is set.

If the RAW_DATA element is omitted, data is logged in its entirety.

Example

<RAW_DATA MaxLength="100" /> 

Parent elements

This element is a child of the LOG element.