Skip navigation links
A D L O S 

A

AsyncLoggerImpl<T> - Class in org.refcodes.logger.alt.async.impls
The AsyncLoggerImpl uses the asynchronous patter to forward Logger functionality to an encapsulated Logger instance.
AsyncLoggerImpl() - Constructor for class org.refcodes.logger.alt.async.impls.AsyncLoggerImpl
 
AsyncLoggerImpl(Logger<T>) - Constructor for class org.refcodes.logger.alt.async.impls.AsyncLoggerImpl
Constructs an AbstractCompositeLogger from the provided Logger instance.
AsyncLoggerImpl(ExecutorService, Logger<T>) - Constructor for class org.refcodes.logger.alt.async.impls.AsyncLoggerImpl
Constructs an AsyncLoggerImpl from the provided Logger instance.

D

destroy() - Method in class org.refcodes.logger.alt.async.impls.AsyncLoggerImpl
 

L

log(Record<? extends T>) - Method in class org.refcodes.logger.alt.async.impls.AsyncLoggerImpl
 

O

org.refcodes.logger.alt.async.impls - package org.refcodes.logger.alt.async.impls
 

S

setLogger(Logger<T>) - Method in class org.refcodes.logger.alt.async.impls.AsyncLoggerImpl
Unfortunately required as of the underlying configuration framework (at the time of this writing) is not capable of constructor injection: "https://commons.apache.org/proper/commons-configuration/userguide/howto_beans.html" Constructor args "config-constrarg" seem not to be supported before version 2.x of the apache commons-configuration artifact; as of the times of this writing, the 2.x version was in alpha state.
A D L O S 
Skip navigation links

Copyright © 2016. All rights reserved.