Class InterfolioLog
java.lang.Object
edu.internet2.middleware.grouper.app.interfolio.InterfolioLog
Simple logging utility for the Interfolio provisioner.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinterfolioLog(String message) log a message to the log filestatic voidinterfolioLog(Map<String, Object> messageMap, Long startTimeNanos) log a debug map (with elapsed time) to the log file
-
Constructor Details
-
InterfolioLog
public InterfolioLog()
-
-
Method Details
-
interfolioLog
log a message to the log file- Parameters:
message- the message
-
interfolioLog
log a debug map (with elapsed time) to the log file- Parameters:
messageMap- the debug mapstartTimeNanos- nanos when the request started
-