GitHub user pjfanning edited a comment on the discussion: Deprecate the Log4j Scala API
Crucially, there is a bridge implementation for slf4j to log4j - https://www.slf4j.org/legacy.html and https://logging.apache.org/log4j/2.3.x/log4j-slf4j-impl/ So you can use scala-logging, which uses slf4j and drop in the slf4j to log4j implementation to have the logs output via log4j. GitHub link: https://github.com/apache/logging-log4j2/discussions/4021#discussioncomment-15457419 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
