8000 Make BuferringLogger classes internal and final by fabpot · Pull Request #32219 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Make BuferringLogger classes internal and final #32219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 27, 2019

Conversation

fabpot
Copy link
Member
@fabpot fabpot commented Jun 27, 2019
Q A
Branch? 4.4
Bug fix? no
New feature? no
BC breaks? no
Deprecations? yes
Tests pass? yes
Fixed tickets n/a
License MIT
Doc PR n/a

The BufferingLogger classes are internal code that nobody should use directly. Let's make it clear.

@fabpot fabpot force-pushed the buffering-logger branch from da34947 to 7dd391e Compare June 27, 2019 13:22
@fabpot fabpot merged commit 7dd391e into symfony:4.4 Jun 27, 2019
fabpot added a commit that referenced this pull request Jun 27, 2019
This PR was merged into the 4.4 branch.

Discussion
----------

Make BuferringLogger classes internal and final

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | yes <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | n/a
| License       | MIT
| Doc PR        | n/a

The `BufferingLogger` classes are internal code that nobody should use directly. Let's make it clear.

Commits
-------

7dd391e made BuferringLogger classes internal and final
@@ -18,7 +18,7 @@
*
* @author Nicolas Grekas <p@tchwork.com>
*/
class BufferingLogger extends AbstractLogger
final class BufferingLogger extends AbstractLogger
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you still haven't marked it as @internal

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed my mind after a talk with @nicolas-grekas

@fabpot fabpot deleted the buffering-logger branch July 18, 2019 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants
0