* BSD license as described in the LICENSE file in the top-level directory.
*/
@SuppressWarnings("UnusedDeclaration")
public class IsolatingLogManager extends LogManager {
private LogManager getDelegate() {
Context context = ContextIsolator.getInstance().getContext();
return context.getLogManagerWrapper().getManager();
}