Package ch.interlis.ili2fme
Class FmeLogListener
- java.lang.Object
-
- ch.interlis.ili2fme.FmeLogListener
-
- All Implemented Interfaces:
ch.ehi.basics.logging.LogListener
public class FmeLogListener extends java.lang.Object implements ch.ehi.basics.logging.LogListenerBridge to log EhiLogger log-events to the FME-logging system.
-
-
Constructor Summary
Constructors Constructor Description FmeLogListener(COM.safe.fmeobjects.IFMELogFile out1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearErrors()voiddecrCount()intgetCount()booleanhasSeenErrors()have there been errors logged?voidincrCount()voidlogEvent(ch.ehi.basics.logging.LogEvent event)
-
-
-
Method Detail
-
logEvent
public void logEvent(ch.ehi.basics.logging.LogEvent event)
- Specified by:
logEventin interfacech.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()
-
-