void setLogHandler (String storeType, Object logHandler)
void setLogHandler (String storeType, Object logHandler)
Name | Type | Description |
---|---|---|
storeType | String | Store Type (valid values - AS) |
logHandler | Object | Instance of an custom implementation of log handler specific to the Store. Needs to implement interface com.tibco.datagrid.LogHandler. |
Type | Description |
---|---|
void |