Open cmoulliard opened 1 month ago
Which aspects need further documentation? SLF4J is pretty popular, and this projects usage of it isn't complex..
SLF4J is pretty popular, and this projects usage of it isn't complex..
Just add some lines within the documentation about how to setup slf4j with quarkus and buildpack
This is not the place to document the quarkus use of this library.. both example packs
https://github.com/snowdrop/java-buildpack-client/blob/main/samples/hello-quarkus/pack.java and https://github.com/snowdrop/java-buildpack-client/blob/main/samples/hello-spring/pack.java
demonstrate enabling debug via setting system properties, that be set via any supported method that drives this library.
TODO
Better document how to use slf4j with the Builder fluent DSL
@BarDweller