| Interface | Description |
|---|---|
| F0<R> | |
| F1<P,R> | |
| F2<P0,P1,R> | |
| I18n.PreparedI18n | |
| Logger |
A lightweight wrapper around a logging API, if available.
|
| Procedure1<P> |
| Class | Description |
|---|---|
| F1.Identity<I> | |
| FList | |
| I18n | |
| I18nFactory | |
| LoggerFactory | |
| LoggerFactory.DummyLogger | |
| LoggerFactory.JavaUtilLogger |
All log messages will be pre-processed before given to the JUL logger to
support SLF4J-style placeholders and arguments semantics.
|
| LoggerFactory.Slf4jLogger |
All log messages will be pass through SLF4j as-is.
|
| Optional<T> |