Note
This is general section, that applies to all Tessel Software Line programs that uses INI
file.
- AddTimeStr
Defines if time stamps are present in diagnostic log. Possible values are 0 or 1. If is set to 0, time stamps are not logged.
Example:
AddTimeStr=1
- FlushLog
Defines if diagnostic log is flushed before writing new data. Possible values are 0 or 1. If is set to 1, the buffer is flushed with every log entry writing.
Example:
FlushLog=1
- LogBasic
Defines if diagnostic log should contain basic log data. Possible values are 0 or 1. If is set to 1, all performed actions are logged.
Example:
LogBasic=1
- LogLDAP
Defines if diagnostic log should contain LDAP data. Possible values are 0 or 1. If is set to 1 and LDAP login mode is enabled, diagnostics informations are logged.
Example:
LogLDAP=1
- LogName
Full path to log file.
Example:
LogName=C:\Program Files\Tessel Software Line\HyperDoc\DemoDB\Netman.log
- TraceErrors
Defines if diagnostic log should contain error messages. Possible values are 0 or 1. If is set to 1, occurred errors are logged.
Example:
TraceErrors=1