Package | Description |
---|---|
org.apache.camel |
The core Camel API.
|
org.apache.camel.builder | |
org.apache.camel.component.controlbus |
The Control Bus Component which
allows to manage Camel at runtime.
|
org.apache.camel.component.file |
The File Component for working with file systems.
|
org.apache.camel.component.file.strategy |
Strategies for the File Component.
|
org.apache.camel.component.log |
The Log Component uses Jakarta Commons Logging to log message exchanges.
|
org.apache.camel.impl |
Default implementation classes for Camel Core
|
org.apache.camel.impl.converter |
Default implementation classes the Type Conversion Strategies
|
org.apache.camel.model |
The JAXB POJOs for the
XML Configuration
of the routing rules.
|
org.apache.camel.processor |
A collection of Processor
implementations which are used to implement the
Enterprise Integration Patterns
|
org.apache.camel.processor.interceptor |
Helper classes for interceptors.
|
org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
org.apache.camel.support |
Base classes that help to implement the camel API and are expected to be extended by the user
|
org.apache.camel.util |
Utility classes used by the core of Camel.
|
Modifier and Type | Method and Description |
---|---|
static LoggingLevel |
LoggingLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingLevel[] |
LoggingLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LoggingLevel.isEnabled(LoggingLevel level)
Is the given logging level equal or higher than the current level.
|
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
LoggingErrorHandlerBuilder.getLevel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LoggingErrorHandlerBuilder |
LoggingErrorHandlerBuilder.level(LoggingLevel level)
Deprecated.
|
LoggingErrorHandlerBuilder |
BuilderSupport.loggingErrorHandler(org.slf4j.Logger log,
LoggingLevel level)
Deprecated.
use dead letter channel with a log endpoint
|
DefaultErrorHandlerBuilder |
DefaultErrorHandlerBuilder.loggingLevel(LoggingLevel level)
Sets the logging level of exceptions caught
|
DefaultErrorHandlerBuilder |
DefaultErrorHandlerBuilder.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel) |
DefaultErrorHandlerBuilder |
DefaultErrorHandlerBuilder.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel) |
void |
LoggingErrorHandlerBuilder.setLevel(LoggingLevel level)
Deprecated.
|
Constructor and Description |
---|
LoggingErrorHandlerBuilder(org.slf4j.Logger log,
LoggingLevel level)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
ControlBusEndpoint.getLoggingLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ControlBusEndpoint.setLoggingLevel(LoggingLevel loggingLevel)
Logging level used for logging when task is done, or if any exceptions occurred during processing the task.
|
Modifier and Type | Field and Description |
---|---|
protected LoggingLevel |
GenericFileEndpoint.readLockLoggingLevel |
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
GenericFileEndpoint.getReadLockLoggingLevel() |
Modifier and Type | Method and Description |
---|---|
void |
GenericFileExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
Sets logging level used when a read lock could not be acquired.
|
void |
GenericFileEndpoint.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel)
Logging level used when a read lock could not be acquired.
|
Modifier and Type | Method and Description |
---|---|
void |
FileIdempotentRepositoryReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
void |
FileLockExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
void |
FileChangedExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
void |
GenericFileRenameExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
void |
FileIdempotentRenameRepositoryReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
void |
FileIdempotentChangedRepositoryReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
void |
MarkerFileExclusiveReadLockStrategy.setReadLockLoggingLevel(LoggingLevel readLockLoggingLevel) |
Modifier and Type | Method and Description |
---|---|
protected LoggingLevel |
LogComponent.getLoggingLevel(Map<String,Object> parameters)
Gets the logging level, will default to use INFO if no level parameter provided.
|
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
ThrottlingInflightRoutePolicy.getLoggingLevel() |
LoggingLevel |
ScheduledPollEndpoint.getRunLoggingLevel() |
LoggingLevel |
ScheduledPollConsumer.getRunLoggingLevel() |
Modifier and Type | Method and Description |
---|---|
void |
ThrottlingInflightRoutePolicy.setLoggingLevel(LoggingLevel loggingLevel)
Sets the logging level to report the throttling activity.
|
void |
ScheduledPollEndpoint.setRunLoggingLevel(LoggingLevel runLoggingLevel)
The consumer logs a start/complete log line when it polls.
|
void |
ScheduledPollConsumer.setRunLoggingLevel(LoggingLevel runLoggingLevel) |
Constructor and Description |
---|
LoggingExceptionHandler(CamelContext camelContext,
Class<?> ownerType,
LoggingLevel level)
Deprecated.
|
LoggingExceptionHandler(Class<?> ownerType,
LoggingLevel level)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected LoggingLevel |
BaseTypeConverterRegistry.typeConverterExistsLoggingLevel |
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
BaseTypeConverterRegistry.getTypeConverterExistsLoggingLevel() |
Modifier and Type | Method and Description |
---|---|
void |
BaseTypeConverterRegistry.setTypeConverterExistsLoggingLevel(LoggingLevel typeConverterExistsLoggingLevel) |
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
LogDefinition.getLoggingLevel() |
LoggingLevel |
RedeliveryPolicyDefinition.getRetriesExhaustedLogLevel() |
LoggingLevel |
RedeliveryPolicyDefinition.getRetryAttemptedLogLevel() |
Modifier and Type | Method and Description |
---|---|
Type |
ProcessorDefinition.log(LoggingLevel loggingLevel,
org.slf4j.Logger logger,
String message)
Creates a log message to be logged at the given level using provided logger.
|
Type |
ProcessorDefinition.log(LoggingLevel loggingLevel,
org.slf4j.Logger logger,
String marker,
String message)
Creates a log message to be logged at the given level using provided logger.
|
Type |
ProcessorDefinition.log(LoggingLevel loggingLevel,
String message)
Creates a log message to be logged at the given level.
|
Type |
ProcessorDefinition.log(LoggingLevel loggingLevel,
String logName,
String message)
Creates a log message to be logged at the given level and name.
|
Type |
ProcessorDefinition.log(LoggingLevel loggingLevel,
String logName,
String marker,
String message)
Creates a log message to be logged at the given level and name.
|
OnExceptionDefinition |
OnExceptionDefinition.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
Sets the logging level to use when retries has exhausted
|
RedeliveryPolicyDefinition |
RedeliveryPolicyDefinition.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
Sets the logging level to use when retries has exhausted
|
OnExceptionDefinition |
OnExceptionDefinition.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
Sets the logging level to use for logging retry attempts
|
RedeliveryPolicyDefinition |
RedeliveryPolicyDefinition.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
Sets the logging level to use for logging retry attempts
|
void |
LogDefinition.setLoggingLevel(LoggingLevel loggingLevel)
Sets the logging level.
|
void |
RedeliveryPolicyDefinition.setRetriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel) |
void |
RedeliveryPolicyDefinition.setRetryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel) |
Modifier and Type | Field and Description |
---|---|
protected LoggingLevel |
RedeliveryPolicy.retriesExhaustedLogLevel |
protected LoggingLevel |
RedeliveryPolicy.retryAttemptedLogLevel |
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
CamelLogger.getLevel()
Deprecated.
|
LoggingLevel |
RedeliveryPolicy.getRetriesExhaustedLogLevel() |
LoggingLevel |
RedeliveryPolicy.getRetryAttemptedLogLevel() |
Modifier and Type | Method and Description |
---|---|
void |
CamelLogger.log(String message,
LoggingLevel loggingLevel)
Deprecated.
|
void |
CamelLogger.log(String message,
Throwable exception,
LoggingLevel loggingLevel)
Deprecated.
|
RedeliveryPolicy |
RedeliveryPolicy.retriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
Sets the logging level to use for log messages when retries have been exhausted.
|
RedeliveryPolicy |
RedeliveryPolicy.retryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
Sets the logging level to use for log messages when retries are attempted.
|
void |
CamelLogProcessor.setLevel(LoggingLevel level) |
void |
CamelLogger.setLevel(LoggingLevel level)
Deprecated.
|
void |
RedeliveryPolicy.setRetriesExhaustedLogLevel(LoggingLevel retriesExhaustedLogLevel)
Sets the logging level to use for log messages when retries have been exhausted.
|
void |
RedeliveryPolicy.setRetryAttemptedLogLevel(LoggingLevel retryAttemptedLogLevel)
Sets the logging level to use for log messages when retries are attempted.
|
Constructor and Description |
---|
CamelLogger(org.slf4j.Logger log,
LoggingLevel level)
Deprecated.
|
CamelLogger(String logName,
LoggingLevel level)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
Tracer.getLogLevel()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
Tracer.setLogLevel(LoggingLevel logLevel)
Deprecated.
Sets the logging level to output tracing.
|
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
TypeConverterRegistry.getTypeConverterExistsLoggingLevel()
The logging level to use when logging that a type converter already exists when attempting to add a duplicate type converter.
|
Modifier and Type | Method and Description |
---|---|
void |
TypeConverterRegistry.setTypeConverterExistsLoggingLevel(LoggingLevel typeConverterExistsLoggingLevel)
The logging level to use when logging that a type converter already exists when attempting to add a duplicate type converter.
|
Constructor and Description |
---|
LoggingExceptionHandler(CamelContext camelContext,
Class<?> ownerType,
LoggingLevel level) |
LoggingExceptionHandler(Class<?> ownerType,
LoggingLevel level)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LoggingLevel |
CamelLogger.getLevel() |
Modifier and Type | Method and Description |
---|---|
static void |
CamelLogger.log(org.slf4j.Logger log,
LoggingLevel level,
org.slf4j.Marker marker,
String message) |
static void |
CamelLogger.log(org.slf4j.Logger log,
LoggingLevel level,
org.slf4j.Marker marker,
String message,
Throwable th) |
static void |
CamelLogger.log(org.slf4j.Logger log,
LoggingLevel level,
String message) |
static void |
CamelLogger.log(org.slf4j.Logger log,
LoggingLevel level,
String message,
Throwable th) |
void |
CamelLogger.log(String message,
LoggingLevel loggingLevel) |
void |
CamelLogger.log(String message,
Throwable exception,
LoggingLevel loggingLevel) |
void |
CamelLogger.setLevel(LoggingLevel level) |
static boolean |
CamelLogger.shouldLog(org.slf4j.Logger log,
LoggingLevel level) |
Constructor and Description |
---|
CamelLogger(org.slf4j.Logger log,
LoggingLevel level) |
CamelLogger(org.slf4j.Logger log,
LoggingLevel level,
String marker) |
CamelLogger(String logName,
LoggingLevel level) |
CamelLogger(String logName,
LoggingLevel level,
String marker) |
Apache Camel