Class AnyToAnyLogger

  • All Implemented Interfaces:
    EntityLogger

    public class AnyToAnyLogger
    extends Object
    implements EntityLogger
    Logger for any-to-any links that logs changes as updates to the 'from' item.
    Since:
    3.3
    Author:
    Nicklas
    Last modified
    $Date$
    • Method Detail

      • logChanges

        public void logChanges​(LogManager logManager,
                               EntityDetails details)
        Description copied from interface: EntityLogger
        Called when changes has been detected to an entity.
        Specified by:
        logChanges in interface EntityLogger
        Parameters:
        logManager - The log manager for the current transaction
        details - Detailed information about the entity that has changed
      • createLoggableString

        private String createLoggableString​(LogControl logControl,
                                            Item itemType,
                                            int itemId)