Interface LogHandler


public interface LogHandler
Universal client interface for managing activity log entries
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addLog(String logName, String logMessage)
    Add a log entry to the activity log
    find(String workflowId)
    Find all log entries for a given workflow
  • Method Details

    • addLog

      void addLog(String logName, String logMessage)
      Add a log entry to the activity log
      Parameters:
      logName - The name of the log entry
      logMessage - The message of the log entry
    • find

      List<Log> find(String workflowId)
      Find all log entries for a given workflow
      Parameters:
      workflowId - The ID of the workflow
      Returns:
      A list of log entries