AdditionalDescriptionOfProtocolKey
(This is not a specific value description, but additional information for the whole protocol key !)
Since build 3080 the DigaSQL.dll supports some new features: instead of setting only a (partial) filename you can specify a section string with three sections:
[FILE]is the partial filename as if you did not use a section string
[SIZE]is the maximum size of the logfile. If new log data would exceed the file size, the DLL will rename the file (append an underscore and a continous number) and restart with an empty one. You can append a k(Byte), M(Byte), or G(Byte) to the size, e.g. "[SIZE]10 MByte".
[CYCLE]is a flag which can be 1/Yes/TRUE or 0/No/FALSE. If set, the DLL will restart to write at the beginning of the file if the maximum size has been reached. (A size must always be specified.) That means there will be only a single logfile with a maximum size which is always "re-used".
Possible values:
Default value: