Class GrouperMessagingLog
java.lang.Object
edu.internet2.middleware.grouper.app.messagingProvisioning.GrouperMessagingLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidmessagingLog(String message) log something to the log filestatic voidmessagingLog(Map<String, Object> messageMap, Long startTimeNanos) log something to the log file
-
Constructor Details
-
GrouperMessagingLog
public GrouperMessagingLog()
-
-
Method Details
-
messagingLog
log something to the log file- Parameters:
message-
-
messagingLog
log something to the log file- Parameters:
messageMap-startTimeNanos- nanos when the request started
-