java.lang.Object
edu.internet2.middleware.grouper.app.dropbox.DropboxLog

public class DropboxLog extends Object
Simple static logging utility for the Dropbox provisioner.
  • Constructor Details

    • DropboxLog

      public DropboxLog()
  • Method Details

    • dropboxLog

      public static void dropboxLog(String message)
      log something to the log file
      Parameters:
      message - the message to log
    • dropboxLog

      public static void dropboxLog(Map<String,Object> messageMap, Long startTimeNanos)
      log a map of items, computing elapsed time from a start timestamp
      Parameters:
      messageMap - a map of items to log
      startTimeNanos - to calculate elapsed time