Registry / logging / contextualized-logging-2-13

contextualized-logging-2-13

JSON →
library3.4.11javamavenunverified

Provides contextualized logging capabilities for Scala applications, allowing structured logging with context.

<dependency> <groupId>com.daml</groupId> <artifactId>contextualized-logging_2.13</artifactId> <version>3.4.11</version> </dependency>
INSTALL
IMPORT
SIG · CONTEXTUALIZED-LOG
C
contextualized-logging-2-13
loggingjavav3.4.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.

ContextualizedLogger
com.daml.logging.ContextualizedLogger

Minimal usage of Contextualized Logger to log a message.

import com.daml.logging.ContextualizedLogger; public class Main { public static void main(String[] args) { ContextualizedLogger logger = ContextualizedLogger.get("Main"); logger.info("Hello, world!"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.4.11latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
53 hits · last 30 days
node
48
Resources
contextualized-logging-2-13 — mvn dependency:get contextualized-logging-2-13 · libregistry