Uses of Interface
com.tc.object.logging.InstrumentationLogger

Packages that use InstrumentationLogger
com.tc.object.bytecode   
com.tc.object.config   
com.tc.object.logging   
 

Uses of InstrumentationLogger in com.tc.object.bytecode
 

Methods in com.tc.object.bytecode that return InstrumentationLogger
 InstrumentationLogger NullManager.getInstrumentationLogger()
           
 InstrumentationLogger Manager.getInstrumentationLogger()
          Get the instrumentation logger
 

Methods in com.tc.object.bytecode with parameters of type InstrumentationLogger
 void MethodAdapter.initialize(int access, java.lang.String owner, java.lang.String methodName, java.lang.String originalMethodName, java.lang.String description, java.lang.String sig, java.lang.String[] exceptions, InstrumentationLogger instrumentationLogger, MemberInfo memberInfo)
          Initialize the method adapter with resources
 

Uses of InstrumentationLogger in com.tc.object.config
 

Methods in com.tc.object.config with parameters of type InstrumentationLogger
 MethodAdapter TransparencyClassSpec.customMethodAdapterFor(int access, java.lang.String methodName, java.lang.String origMethodName, java.lang.String description, java.lang.String signature, java.lang.String[] exceptions, InstrumentationLogger logger, MemberInfo memberInfo)
          Get custom method adapter
 

Uses of InstrumentationLogger in com.tc.object.logging
 

Classes in com.tc.object.logging that implement InstrumentationLogger
 class NullInstrumentationLogger
           
 



Copyright © 2010 Terracotta, Inc.. All Rights Reserved.