public class FmeLogListener
extends java.lang.Object
implements ch.ehi.basics.logging.LogListener
| Constructor and Description |
|---|
FmeLogListener(COM.safe.fmeobjects.IFMELogFile out1) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearErrors() |
void |
decrCount() |
int |
getCount() |
boolean |
hasSeenErrors()
have there been errors logged?
|
void |
incrCount() |
void |
logEvent(ch.ehi.basics.logging.LogEvent event) |
public void logEvent(ch.ehi.basics.logging.LogEvent event)
logEvent in interface ch.ehi.basics.logging.LogListenerpublic boolean hasSeenErrors()
public void incrCount()
public void decrCount()
public int getCount()
public void clearErrors()