Registry / logging / camel-log

camel-log

JSON →
library4.19.0javamavenunverified

Allows logging of message exchanges in Apache Camel routes using various logging frameworks.

<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-log</artifactId> <version>4.19.0</version> </dependency>
INSTALL
IMPORT
SIG · CAMEL-LOG
C
camel-log
loggingjavav4.19.0
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.

LogComponent
org.apache.camel.component.log.LogComponent

Logs messages from a Camel route using the log component.

import org.apache.camel.builder.RouteBuilder; public class MyRoute extends RouteBuilder { public void configure() { from("direct:start").to("log:com.example?level=INFO"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.19.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
28
Resources
camel-log — mvn dependency:get camel-log · libregistry