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
IOExceptionpublic void FusionLog(String msg)
FusionLog in interface IJCEventLogmsg - The message associatedpublic void EventLog(String msg)
EventLog in interface IJCEventLogmsg - The message associated