Class GrouperMessagingLog
java.lang.Object
edu.internet2.middleware.grouper.app.messagingProvisioning.GrouperMessagingLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
messagingLog
(String message) log something to the log filestatic void
messagingLog
(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
-