Package com.openkm

Class ImportStationLogger


  • public class ImportStationLogger
    extends Object
    Import station logger. In this case the elements are written to SQLite.
    Author:
    jabad
    • Constructor Detail

      • ImportStationLogger

        public ImportStationLogger()
    • Method Detail

      • logOkEvent

        public static void logOkEvent​(long taskExecutionId,
                                      String description)
        Log event OK operation.
        Parameters:
        taskExecutionId - task id
        description - description
      • logErrorEvent

        public static void logErrorEvent​(long taskExecutionId,
                                         String description)
        Log event ERROR operation.
        Parameters:
        taskExecutionId - task id
        description - description
      • logErrorEvent

        public static void logErrorEvent​(long taskExecutionId,
                                         String header,
                                         Exception e)
        Log event ERROR operation.
        Parameters:
        taskExecutionId - task id
        header - description header