Skip to content

Latest commit

 

History

History
 
 

spring-log-consumer

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Log Consumer

A consumer that allows you to log the data The consumer uses the LoggingMessageHandler from Spring Integration.

Beans for injection

The LogConsumerConfiguration auto-configuration provides the following bean:

Consumer<Message<?>> logConsumer

You can use logConsumer as a qualifier when injecting.

Configuration Options

All configuration properties are prefixed with log.consumer.

For more information on the various options available, please see LogConsumerProperties.

Tests

See this test suite for the various ways, this consumer is used.

Other usage

See this README where this consumer is used to create a Spring Cloud Stream application where it makes a Log sink.