smartinspectpython.siconst
Module: const.py
Revision History
Date | Version | Description |
---|---|---|
2023/09/03 | 3.0.20.0 | Changed package name to all lower-case to match installed package name. |
2023/06/30 | 3.0.17.0 | Added some files to .gitignore. |
2023/06/30 | 3.0.15.0 | Changed 'Development Status' to '5 - Production/Stable', and uploaded to Pypi.org site. |
2023/05/30 | 3.0.0.0 | Initial Version. |
Current version of the SmartInspect Python3 Library.
Name of our package (used by PDoc Documentation build).
PDoc Documentation brand icon link url that is displayed in the help document TOC. Value = "https://code-partners.com/offerings/smartinspect/"
PDoc Documentation brand icon link url that is displayed in the help document TOC. Value = "smartinspect.ico"
PDoc Documentation brand icon link title that is displayed in the help document TOC. Value = "A SmartInspect Client"
Default value assigned to a Pattern property, which controls how lines are formatted in text log files.
Value:
"[%timestamp%] %level%: %title%"
Default value assigned to a Indent property, which controls how lines are indented in text log files.
Value: False
Standard UTF-8 Byte Order Mark (BOM) that is written to a file stream to identify a log file as text in UTF-8 encoding.
Value:
[0xEF, 0xBB, 0xBF]
Our (client) banner sent to a SmartInspect Console server, which will be added to the console connections log. This identifies what clients are connecting to the SI Console server.
Value:
"SmartInspect Python3 Library vN.NN
"
Indicates that the SmartInspect Console server unexpectedly closed the connection to our client.
Value:
"Could not read server banner correctly: Connection has been closed unexpectedly!"
Default color integer value that represents 'White (transparent)'.
Value: 16777215 (0x00FFFFFF in ARGB format).
Indicates if an event argument value is unknown for event argument objects that are displayed as a string.
Value:
"<unknown>"