-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(client): add Clear to the log stream appender manager
This change adds a new method, Clear to the log stream appender manager. Clear closes all the log stream appenders registered to the Manager and removes them. It does not destroy the Manager. Therefore, users can continue using it after calling Clear. However, users have to call Clear after completing the use of the Manager to release associated resources.
- Loading branch information
Showing
2 changed files
with
75 additions
and
0 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
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