Package com.skava.log

Class AuditLog

java.lang.Object
com.skava.log.AuditLog
All Implemented Interfaces:
Serializable

public class AuditLog extends Object implements Serializable
Log definition
See Also:
  • Field Details

  • Constructor Details

    • AuditLog

      public AuditLog()
    • AuditLog

      public AuditLog(org.apache.camel.Exchange exchange)
      Builds and initialize Log instance from Exchange instance
      Parameters:
      exchange - Holds the exchange instance
    • AuditLog

      public AuditLog(String businessId, String storeId, String collectionId, String action, String traceId, String userId, String message)
      Builds and initialize Log instance from the given arguments
      Parameters:
      businessId - Holds the businessId
      storeId - Holds the storeId
      collectionId - Holds the collectionId
      action - Holds the action
      traceId - Holds the traceId
      userId - Holds the userId
      message - Holds the action message