Package org.chenile.filewatch.handler
Class FileWatchEventLogger
java.lang.Object
org.chenile.filewatch.handler.FileWatchEventLogger
Uses the
EventLogger to log events- Author:
- Raja Shankar Kolluru
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidlogError(String batchId, int subErrorNum, String message, ErrorNumException... e) private voidlogEvent(String batchId, EventLog.StatusEnum status, int subErrorNum, String message, ErrorNumException... e) voidlogSuccess(Object o, String batchId) voidlogWarning(int subErrorNum, String message, ErrorNumException... e)
-
Field Details
-
eventLogger
-
om
-
-
Constructor Details
-
FileWatchEventLogger
public FileWatchEventLogger()
-
-
Method Details
-
logError
-
logWarning
-
logError
-
logSuccess
-
logEvent
private void logEvent(String batchId, EventLog.StatusEnum status, int subErrorNum, String message, ErrorNumException... e)
-