@itwin/core-i18n 5.8.0-dev.1 → 5.8.0-dev.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18925,7 +18925,7 @@ class Logger {
18925
18925
  * @param category The category of the message.
18926
18926
  * @param err The exception object.
18927
18927
  * @param log The logger output function to use - defaults to Logger.logError
18928
- * @deprecated in 5.6. Use logError(category, error, metaData) instead, which will log exceptions in the same way but is more flexible and easier to use.
18928
+ * @deprecated in 5.6 - will not be removed until after 2027-03-03. Use logError(category, error, metaData) instead, which will log exceptions in the same way but is more flexible and easier to use.
18929
18929
  */
18930
18930
  static logException(category, err, log = (_category, message, metaData) => Logger.logError(_category, message, metaData)) {
18931
18931
  log(category, Logger.getExceptionMessage(err), () => {