Class ConsoleTracerFactory


  • public class ConsoleTracerFactory
    extends TracerFactory
    Factory for the creation of VIL build language tracer and VIL template language tracer. This is used to send tracer messages about the execution of VIL build scripts and templates to the GUI, in particle, the Eclipse console.
    Author:
    kroeher
    • Constructor Detail

      • ConsoleTracerFactory

        private ConsoleTracerFactory()
        Constructs a new tracer factory and sets this instance as the default factory.
      • ConsoleTracerFactory

        public ConsoleTracerFactory​(boolean emitTraceText)
        Constructs a new tracer factory which may emit tracer texts. Does not change the default factory as opposed to ConsoleTracerFactory().
        Parameters:
        emitTraceText - whether text passed to #trace(String) shall be emitted