Class FmeLogListener

  • All Implemented Interfaces:
    ch.ehi.basics.logging.LogListener

    public class FmeLogListener
    extends java.lang.Object
    implements ch.ehi.basics.logging.LogListener
    Bridge to log EhiLogger log-events to the FME-logging system.
    • Constructor Summary

      Constructors 
      Constructor Description
      FmeLogListener​(COM.safe.fmeobjects.IFMELogFile out1)  
    • Constructor Detail

      • FmeLogListener

        public FmeLogListener​(COM.safe.fmeobjects.IFMELogFile out1)
    • Method Detail

      • logEvent

        public void logEvent​(ch.ehi.basics.logging.LogEvent event)
        Specified by:
        logEvent in interface ch.ehi.basics.logging.LogListener
      • hasSeenErrors

        public boolean hasSeenErrors()
        have there been errors logged?
      • incrCount

        public void incrCount()
      • decrCount

        public void decrCount()
      • getCount

        public int getCount()
      • clearErrors

        public void clearErrors()