-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(telemetry-utlis): Make MockLogger internal (#23010)
## Description Removes the `MockLogger` class from the `@alpha+@legacy` API surface. It has been deprecated for external use since 2024-06-18. ## Breaking Changes - `MockLogger` is now removed from the `@alpha+@legacy` API surface, becoming only `@internal`.
- Loading branch information
Showing
3 changed files
with
14 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
"@fluidframework/telemetry-utils": minor | ||
--- | ||
--- | ||
"section": legacy | ||
--- | ||
|
||
`MockLogger` has been removed from the alpha+legacy API surface | ||
|
||
The `MockLogger` class previously exposed in the alpha+legacy API surface of `@fluidframework/telemetry-utils` has | ||
been removed. | ||
No replacement is provided, as this class was only intended for use in testing scenarios, and should be trivial to | ||
re-implement in any codebase that still uses it. |
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