Class DropboxLog
java.lang.Object
edu.internet2.middleware.grouper.app.dropbox.DropboxLog
Simple static logging utility for the Dropbox provisioner.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddropboxLog(String message) log something to the log filestatic voiddropboxLog(Map<String, Object> messageMap, Long startTimeNanos) log a map of items, computing elapsed time from a start timestamp
-
Constructor Details
-
DropboxLog
public DropboxLog()
-
-
Method Details
-
dropboxLog
log something to the log file- Parameters:
message- the message to log
-
dropboxLog
log a map of items, computing elapsed time from a start timestamp- Parameters:
messageMap- a map of items to logstartTimeNanos- to calculate elapsed time
-