第 259 章 OSGi PAX Logging 组件
可作为 Camel 版本 2.6 提供。
paxlogging
组件可在 OSGi 环境中使用,以接收 PaxLogging 事件并处理它们。
259.1. 依赖项
Maven 用户需要在其 pom.xml
中添加以下依赖项
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-paxlogging</artifactId> <version>${camel-version}</version> </dependency>
其中 ${camel-version
} 必须替换为 Camel 的实际版本(2.6.0 或更高版本)。