java.lang.Object
com.broadleafcommerce.orchestration.internal.LogUtils

public final class LogUtils extends Object
  • Method Details

    • log

      public static void log(String logName, String logMessage)
      Add a log message to the execution history for this activity. Logs are generally referenced in the execution history of the workflow. See HistoryElement.getLogs().
      Parameters:
      logName - Identifying name for the log message
      logMessage - The message to log
    • find

      public static List<Log> find(String workflowId)