-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BREAKING] Deprecate advanced APIs in preparation of refactoring
BREAKING CHANGE: In preparation for a major refactoring of @ui5/logger, and as part of making its API public, this breaking change removes capabilities that are likely to change and should not be part of a public API. This will ensure that later changes to the module can be donen in a compatible manner. Relevant changes: * Restrict log-methods to two argument only. The use of placeholders like '%s' is no longer supported. A warning will be logged if more than two argument is supplied. Placeholders will be replaced with a deprecation message. We suggest the use of template literals. * Deprecate #getGroupLogger method. Calling it throws an error. It will be removed in one of the next patch releases * Deprecate #setShowProgress method. Calling it throws an error. It will be removed in one of the next patch releases * Remove GroupLogger and TaskLogger classes. Similar functionality might be re-added in a later release.
- Loading branch information
1 parent
b9e7461
commit 3aea5e7
Showing
2 changed files
with
115 additions
and
188 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.