Java org.springframework.integration.handler LoggingHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.handler LoggingHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.handler LoggingHandler.

The text is from its open source code.

Constructor

LoggingHandler(String level)
Create a LoggingHandler with the given log level (case-insensitive).
LoggingHandler(Level level)
Create a LoggingHandler with the given log Level .

Method

voidhandleMessage(Message messageArg)
voidsetLevel(Level level)
Set the logging Level to change the behavior at runtime.
voidsetLoggerName(String loggerName)
voidsetShouldLogFullMessage(boolean shouldLogFullMessage)
Specify whether to log the full Message.