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

MODE-1462 Added support for a custom logger #400

Merged
merged 3 commits into from Jun 5, 2012

Conversation

rhauch
Copy link
Contributor

@rhauch rhauch commented Jun 5, 2012

ModeShape now supports using a custom logger, allowing applications to provide a org.modeshape.common.logging.CustomLoggerFactory class that will be found and used only after SLF4J and Log4J (but before the Java Util Logging is used).

This is an alternative to this other pull-request.

ModeShape now supports using a custom logger, allowing applications to provide
a 'org.modeshape.common.logging.CustomLoggerFactory' class that will be found
and used only after SLF4J and Log4J.
…JBoss AS7 subsystem

Several logging dependencies were removed from ModeShape's AS7 subsystem. They apparently aren't
needed, since ModeShape uses SLF4J (if it's available, and it is in AS7) and the build works
without issue and the subsystem can be deployed to AS7 and used without any issues (and logging works).
…n not running in AS7

The log message isn't needed in our AS7 subsystem because the subsystem always configures some
binary store and doesn't rely upon the transient store.
@rhauch rhauch merged commit 9eae1ba into ModeShape:master Jun 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants