Interface RepositoryLogger


public interface RepositoryLogger
  • Method Summary

    Change
    Modifier and Type
    Method
    Description
    void
    log(String path, String msg, String user)
    Append log with information related to specified folder/item path.
  • Method Details

    • log

      void log(String path, String msg, String user)
      Append log with information related to specified folder/item path.
      Parameters:
      path - folder or item path
      msg - message
      user - associated user or null