C E L 
All Classes All Packages

C

com.machinezoo.noexception.slf4j - module com.machinezoo.noexception.slf4j
SLF4J extension for NoException.
com.machinezoo.noexception.slf4j - package com.machinezoo.noexception.slf4j
SLF4J extension for NoException.

E

ExceptionLogging - Class in com.machinezoo.noexception.slf4j
Static methods for creating exception handlers that log exceptions to SLF4J loggers.

L

log() - Static method in class com.machinezoo.noexception.slf4j.ExceptionLogging
Returns ExceptionHandler that writes all exceptions to common logger.
log(Logger) - Static method in class com.machinezoo.noexception.slf4j.ExceptionLogging
Creates ExceptionHandler that writes all exceptions to the specified logger.
log(Logger, String) - Static method in class com.machinezoo.noexception.slf4j.ExceptionLogging
Creates ExceptionHandler that writes all exceptions to the specified logger with the specified message.
log(Logger, Supplier<String>) - Static method in class com.machinezoo.noexception.slf4j.ExceptionLogging
Creates ExceptionHandler that writes all exceptions to the specified logger with lazily evaluated message.
C E L 
All Classes All Packages