C E L
All Classes All Packages
All Classes All Packages
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 specifiedlogger
. - log(Logger, String) - Static method in class com.machinezoo.noexception.slf4j.ExceptionLogging
-
Creates
ExceptionHandler
that writes all exceptions to the specifiedlogger
with the specifiedmessage
. - log(Logger, Supplier<String>) - Static method in class com.machinezoo.noexception.slf4j.ExceptionLogging
-
Creates
ExceptionHandler
that writes all exceptions to the specifiedlogger
with lazily evaluatedmessage
.
All Classes All Packages