> On Aug 23, 2017, at 4:49 PM, Mike Mills <m...@themills.id.au> wrote:
> 
> Hi,
> 
> I have been using the Log4j-test library but I have found that it just is not 
> flexible enough in most real world use cases.
> 
> When you include this library in your test scope, gradle and maven will by 
> default create a classpath with your normal runtime slf4j implementation and 
> the log4j-test implementation on the classpath during tests.
> 
> 
> Would it be possible to modify the LoggerFactory.bind code to identify the 
> test variant and use it in preference to any other implementations on the 
> classpath?

You'd probably be better off changing your normal runtime implementation to be 
<scope>runtime</scope> in your Maven POM
than expecting the binder to change.  We've had really good success including 
logback as runtime scope and slf4j-simple as test scope.


Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail

_______________________________________________
slf4j-user mailing list
slf4j-user@qos.ch
http://mailman.qos.ch/mailman/listinfo/slf4j-user

Reply via email to