]
David Lloyd commented on JBLOGGING-133:
---------------------------------------
A risk is that it is a sure thing that people will confuse {{jboss-logging.properties}}
with {{jboss-logmanager.properties}}.
Support specification of existing logging provider other than by
system property.
---------------------------------------------------------------------------------
Key: JBLOGGING-133
URL:
https://issues.jboss.org/browse/JBLOGGING-133
Project: JBoss Logging
Issue Type: Feature Request
Components: jboss-logging-spi
Reporter: Steven Sharp
Assignee: James Perkins
Priority: Major
The only way to choose a logging provider other than jboss is by using the
{{org.jboss.logging.provider}} system property. There are cases where this is not
feasible or even possible. Since using the service loader method is not a supported
solution, there needs to be an alternative to the system property for selecting a
different logging provider.