20 lines
725 B
XML
20 lines
725 B
XML
![]() |
<?xml version="1.0" standalone="no" ?>
|
||
|
<Settings>
|
||
|
|
||
|
<!--
|
||
|
Use this to activate logging and set filename for logging (path can be absolute or relative to API)
|
||
|
Default behavior if omitted: Logging is deactivated
|
||
|
-->
|
||
|
<!-- <LogFileName>VimbaC.log</LogFileName> -->
|
||
|
|
||
|
|
||
|
<!--
|
||
|
Append messages to log file or reset log file at each API restart (if logging is enabled)
|
||
|
True: Always append log messages
|
||
|
False: Reset log file at each API restart
|
||
|
Default behavior if omitted: Reset log file at each API restart
|
||
|
-->
|
||
|
<!-- <AppendLog>False</AppendLog> -->
|
||
|
|
||
|
</Settings>
|