public class JCFileEventLog extends Object implements IJCEventLog
JCFileEventLog
class is a file implementation for
IJCEventLog
Constructor and Description |
---|
JCFileEventLog(String fileName) |
Modifier and Type | Method and Description |
---|---|
void |
EventLog(String msg)
Invoked when an event happens.
|
void |
FusionLog(String msg)
Invoked when a fusion event happens.
|
public JCFileEventLog(String fileName) throws IOException
IOException
public void FusionLog(String msg)
FusionLog
in interface IJCEventLog
msg
- The message associatedpublic void EventLog(String msg)
EventLog
in interface IJCEventLog
msg
- The message associated