-
Notifications
You must be signed in to change notification settings - Fork 42
slf4j
Matt Hicks edited this page Apr 19, 2024
·
7 revisions
If you add the scribe-slf4j
(or scribe-slf4j2
to use the 2.x version) dependency to your project Scribe will be picked up as an SLF4J implementation:
libraryDependencies += "com.outr" %% "scribe-slf4j" % <latest version>
Obviously this only applies to JVM as SLF4J isn't available in the browser or compiled for Scala Native. This will allow any existing application that relies on SLF4J to log through Scribe without any additional configuration.