| java.lang.Object com.sun.portal.search.util.SearchLogger
SearchLogger | public class SearchLogger (Code) | | Search file based logging
|
getLogger | public static Logger getLogger()(Code) | | Returns the rootLogger which might be either
"debug.com.sun.portal.search.rdmserver" or "debug.com.sun.portal.search.rdmgr"
|
getRDMLogger | public static Logger getRDMLogger()(Code) | | Returns the rootLogger which is "debug.com.sun.portal.search.rdm"
|
init | public static void init(String rootLoggerName, String serverRoot) throws Exception(Code) | | Initializes the root logger. Invoked from RDMgr and RDMContext.
RDMgr - rootLogger is debug.com.sun.portal.search.rdmgr
filename is /logs/rdmgr.0.0.log
RDMContext - rootLogger is debug.com.sun.portal.search.rdmserver
filename is /logs/rdmserver.0.0.log
Parameters: rootLoggerName - the name of the root logger Parameters: serverRoot - the server root throws: Exception - |
rdmLogInit | public static void rdmLogInit(String rootLoggerName, String serverRoot) throws Exception(Code) | | Initializes the root logger. Invoked from RDMContext.
RDMContext - rootLogger is debug.com.sun.portal.search.rdm
filename is /logs/rdm.0.0.log
Parameters: rootLoggerName - the name of the root logger Parameters: serverRoot - the server root throws: Exception - |
|
|