Store.Util.setLogHandler()

Signature

void setLogHandler (String storeType, Object logHandler)

Domain

ACTION

Description

Sets the custom log handler

Parameters

NameTypeDescription
storeTypeStringStore Type (valid values - AS)
logHandlerObjectInstance of an custom implementation of log handler specific to the Store. Needs to implement interface com.tibco.datagrid.LogHandler.

Returns

TypeDescription
void

Cautions

none