Update Description for HTGLoggers 2.1.0.0 Version: 2.1.0.0
Release Date: 21.09.2024
What’s New:
API Initialization: Introduced a new initialize method in the HTGLoggersAPI class to allow other plugins to utilize logging features.
Log File Creation: Added the createLogFile method for automatic log file creation for specified plugins.
File Logging: Introduced a new logToFile method that allows logging messages to a log file in append mode.
Usage Examples: Included code examples for API initialization and logging messages to files in the documentation.
Fixes:
API Initialization Errors Improved the initialization mechanism to prevent conflicts and incorrect logging, especially with incompatible plugin versions.