java.lang.Object
edu.internet2.middleware.grouper.app.interfolio.InterfolioLog

public class InterfolioLog extends Object
Simple logging utility for the Interfolio provisioner.
  • Constructor Details

    • InterfolioLog

      public InterfolioLog()
  • Method Details

    • interfolioLog

      public static void interfolioLog(String message)
      log a message to the log file
      Parameters:
      message - the message
    • interfolioLog

      public static void interfolioLog(Map<String,Object> messageMap, Long startTimeNanos)
      log a debug map (with elapsed time) to the log file
      Parameters:
      messageMap - the debug map
      startTimeNanos - nanos when the request started