org.teiid.logging
Class LogManager.LoggingProxy

java.lang.Object
  extended by org.teiid.logging.LogManager.LoggingProxy
All Implemented Interfaces:
java.lang.reflect.InvocationHandler
Enclosing class:
LogManager

public static class LogManager.LoggingProxy
extends java.lang.Object
implements java.lang.reflect.InvocationHandler


Constructor Summary
LogManager.LoggingProxy(java.lang.Object instance, java.lang.String loggingContext, int level)
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogManager.LoggingProxy

public LogManager.LoggingProxy(java.lang.Object instance,
                               java.lang.String loggingContext,
                               int level)
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Specified by:
invoke in interface java.lang.reflect.InvocationHandler
Throws:
java.lang.Throwable


Copyright © 2011. All Rights Reserved.