Skip to content
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

Expose constructor to subclasses #10

Merged
merged 1 commit into from
Dec 5, 2014
Merged

Conversation

dsyer
Copy link
Contributor

@dsyer dsyer commented Sep 16, 2014

To give users of NetflixOSS a chance to modify the LoggingConfiguration
(e.g. not use log4j) we need to expose at least a constructor, so that
a subclass can be created that overrides some of the default behaviour.
More could be done to make the logging more flexible, but if we start
with this then one can make some progress.

To give users of NetflixOSS a chance to modify the LoggingConfiguration
(e.g. not use log4j) we need to expose at least a constructor, so that
a subclass can be created that overrides some of the default behaviour.
More could be done to make the logging more flexible, but if we start
with this then one can make some progress.
elandau added a commit that referenced this pull request Dec 5, 2014
Expose constructor to subclasses
@elandau elandau merged commit bbd87d0 into Netflix:master Dec 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants