Changelog
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 theHTGLoggersAPI
class to allow other plugins to utilize logging features.
- Introduced a new
-
Log File Creation:
- Added the
createLogFile
method for automatic log file creation for specified plugins.
- Added the
-
File Logging:
- Introduced a new
logToFile
method that allows logging messages to a log file in append mode.
- Introduced a new
-
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.
-
Error Logging:
- Enhanced error messages for failed log file creation attempts.
Removed:
- Old Logging Methods:
- Deprecated logging methods have been removed to streamline the API and improve readability.
Upcoming:
- An update to the wiki documentation will be released soon, providing detailed information on the new features and usage guidelines. Wikipedia
Note: Ensure you are using version 2.1.0.0 or higher to take full advantage of the new API and logging features.