<Logging>
<Conversion>
<Log value="no"/>
<Path>c:\convert.log</Path>
<MaxPrevLogSize value="64"/>
</Conversion>
<Connection>
<Log value="no"/>
<Path>c:\connect.log</Path>
</Connection>
</Logging>
| Tag | Type | Default | Description |
|---|---|---|---|
<Conversion>
| n/a | n/a | Conversion log settings container element |
<Log>
| value | no | Whether to log conversion messages |
<Path>
| string | n/a | Path of conversion log file |
<MaxPrevLogSize>
| value | 64 | Maximum previous log size |
<Connection>
| n/a | n/a | Connection log settings container element |
<Log>
| value | no | Whether to log connection messages |
<Path>
| string | n/a | Path of connection log file |
yes
or no to respectively enable or disable
logging of conversion messages. If you enable logging of
conversion messages, make sure to specify the path to the
log file using the Path element.<Log value="yes"/>This example specifies that conversion messages should not be logged.
<Log value="no"/>
yes.<Path>c:\convert.log</Path>
After a new conversion on a document list, if the size of the
current log file exceeds the given maximum size, only the last
part of the old log up to the specified maximum size is kept and then
the new log is appended to the end of it.
Examples
This example specifies that 256 kilobytes of the previous
log file contents should be kept.
<MaxPrevLogSize value="256"/>
yes
or no to respectively enable or disable
logging of connection messages. If you enable logging of
connection messages, make sure to specify the path to the
log file using the Path element.<Log value="yes"/>This example specifies that connection messages should not be logged.
<Log value="no"/>
yes.<Path>c:\connect.log</Path>