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

Add logback support #80

Open
sam opened this issue May 29, 2012 · 0 comments
Open

Add logback support #80

sam opened this issue May 29, 2012 · 0 comments

Comments

@sam
Copy link
Owner

sam commented May 29, 2012

Traditionally logging support was added by adding a :logger accessor to your class, and instantiating your class through Harbor::Container so that it would be assigned a Logger instance for you.

This methodology should be deprecated in favor of adding a Loggable module to Controllers, and allowing you to include it into other arbitrary classes.

Then we need a simple, unified configuration interface for logging that accomodates using rjack-logback under JRuby, and stdlib's Logger on CRuby.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant