Interface ITracerFactory


public interface ITracerFactory
A factory for creating tracer objects, which allow configuring and logging of any tracing information that an i2 Analyze web service generates.
  • Method Summary

    Modifier and Type
    Method
    Description
    getTracer(Class<?> classInst)
    Gets an ITracer for the specified Class.
  • Method Details

    • getTracer

      ITracer getTracer(Class<?> classInst)
      Gets an ITracer for the specified Class.
      Parameters:
      classInst - The class for which the ITracer will be used.
      Returns:
      See above.