at

public final Api at(Level logLevel)

Obtains a new fluent logging API at the given level.

If called from within a handler method, the resulting log will reference the handler method as the log site. Otherwise, equivalent to Logging.loggerFor(getClass()).at(logLevel).

Return

new fluent logging API

Parameters

logLevel

the log level

See also