Class SqlProvisioningCommandsLog
java.lang.Object
edu.internet2.middleware.grouperClient.jdbc.SqlProvisioningCommandsLog
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidappendIfRoom(CharSequence text, long maxLogSize) append to the log in a thread-safe way, respecting the max sizegetLog()booleanvoidsetDisabled(boolean disabled) voidsetLog(StringBuilder log)
-
Constructor Details
-
SqlProvisioningCommandsLog
public SqlProvisioningCommandsLog()
-
-
Method Details
-
isDisabled
public boolean isDisabled() -
setDisabled
public void setDisabled(boolean disabled) -
getLog
-
setLog
-
appendIfRoom
append to the log in a thread-safe way, respecting the max size- Parameters:
text-maxLogSize-
-