HandlerLog

public final class HandlerLog

A log for handler methods.

The log is set up with a HandlerMethod from which it should be accessed. By default, the log will include the given method as the logging site.

Constructors

Link copied to clipboard
public void HandlerLog(FluentLogger logger, HandlerMethod<? extends Object, ? extends Object, ? extends Object, ? extends Object> method)

Functions

Link copied to clipboard
public Api at(Level level)
Returns a fluent logging API appropriate for the specified log level.