Registry / logging / play-logback-2-13

play-logback-2-13

JSON →
library2.9.11javamavenunverified

Logback logging integration for the Play Framework, compiled for Scala 2.13.

<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-logback_2.13</artifactId> <version>2.9.11</version> </dependency>
INSTALL
IMPORT
SIG · PLAY-LOGBACK-2-13
P
play-logback-2-13
loggingjavav2.9.11
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Logger
✓ play.api.Logger

Creates a Play Logger instance using Logback.

import play.api.Logger; public class Quickstart { public static void main(String[] args) { Logger logger = Logger.of("myapp"); logger.info("Hello from Play Logback!"); } }
Debug
Known issues
breakingScala version must match; use play-logback_2.13 for Scala 2.13 projects.
fix
Ensure your project uses Scala 2.13.x.
affects: *
Upgrade
Version history
2.9.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
OpenAI (training)
1
Resources
play-logback-2-13 — mvn dependency:get play-logback-2-13 · libregistry