|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILogger | |
---|---|
raccoon.api.types | Contains the interfaces describing the various behaviours a component may have. |
raccoon.core.bean.descriptor | Describes the services offered to the analysis of Data Transport Objects (DTO). |
raccoon.core.file.endpoint.poller | |
raccoon.core.log | Contains all the standard logging classes offered by the Raccoon Core Framework. |
raccoon.core.types | |
raccoon.core.utils | |
raccoon.tibco.tibrv.admin | Contains the all the administrative services exposed by the Raccoon Framework. |
raccoon.tibco.tibrv.badhnati.ae | Implementation of the BadhnAti contract for TIB/Rendezvous. |
raccoon.tibco.tibrv.hoststatus.db | |
raccoon.tibco.tibrv.uitest | The implementation of the UITest framework for TIB/Rendezvous. |
raccoon.tibco.tibrv.uitest.recorder |
Uses of ILogger in raccoon.api.types |
---|
Methods in raccoon.api.types with parameters of type ILogger | |
---|---|
void |
ILogable.setLogger(ILogger pLogger)
Assigns the logger to the component. |
Uses of ILogger in raccoon.core.bean.descriptor |
---|
Methods in raccoon.core.bean.descriptor with parameters of type ILogger | |
---|---|
void |
BeanAnalyzer.setLogger(ILogger pLogger)
Assigns the logger to the component. |
Uses of ILogger in raccoon.core.file.endpoint.poller |
---|
Methods in raccoon.core.file.endpoint.poller with parameters of type ILogger | |
---|---|
void |
FileDispatcher.setLogger(ILogger pLogger)
|
Uses of ILogger in raccoon.core.log |
---|
Classes in raccoon.core.log that implement ILogger | |
---|---|
class |
AbsLogComponent
Contains common logic for all the implementing classes of ILogger contained in this
package. |
class |
Jdk14Proxy
The wrapper around the JDK 1.4 Logging mechanism. |
class |
Log4jProxy
Wrapper around the IBM Log4j implementation. |
class |
LogConsole
The console logger. |
Uses of ILogger in raccoon.core.types |
---|
Methods in raccoon.core.types that return ILogger | |
---|---|
protected ILogger |
AbsLoadable.getLog()
|
Methods in raccoon.core.types with parameters of type ILogger | |
---|---|
void |
AbsConfigurableLoadable.setLogger(ILogger pLogger)
Assigns the logger to the component. |
void |
AbsLoadable.setLogger(ILogger pLogger)
Assigns the logger to the component. |
Uses of ILogger in raccoon.core.utils |
---|
Methods in raccoon.core.utils that return ILogger | |
---|---|
static ILogger |
CoreHelper.getLog()
Retrieves a logging session based upon it's logical session name. |
static ILogger |
CoreHelper.getLog(java.lang.String pLogCategory)
Retrieves a logging session based upon it's logical session name. |
Uses of ILogger in raccoon.tibco.tibrv.admin |
---|
Constructors in raccoon.tibco.tibrv.admin with parameters of type ILogger | |
---|---|
AdminHandler(ILogger pLogger)
Default constructor. |
Uses of ILogger in raccoon.tibco.tibrv.badhnati.ae |
---|
Fields in raccoon.tibco.tibrv.badhnati.ae declared as ILogger | |
---|---|
protected ILogger |
AbsParser.mLog
The logging service used by this parser |
Methods in raccoon.tibco.tibrv.badhnati.ae that return ILogger | |
---|---|
ILogger |
AbsParser.getLog()
The logging service used by this parser. |
Methods in raccoon.tibco.tibrv.badhnati.ae with parameters of type ILogger | |
---|---|
void |
AbsParser.setLog(ILogger pLog)
Assigns the logging service used by this parser. |
Uses of ILogger in raccoon.tibco.tibrv.hoststatus.db |
---|
Constructors in raccoon.tibco.tibrv.hoststatus.db with parameters of type ILogger | |
---|---|
DbListener(java.lang.String pService,
java.lang.String pConfigKPI,
DbWriter pStatWriter,
ILogger pLogger)
Instanciates the new listener that is attached to a database |
|
DbMonitor(java.lang.String pDbConnectionString,
java.lang.String pDbUserName,
java.lang.String pDbPassword,
ILogger pLogger)
Creates the required instance for KPI reporting. |
|
DbWriter(java.sql.Connection pConnection,
ILogger pLogger)
Connects to the database. |
Uses of ILogger in raccoon.tibco.tibrv.uitest |
---|
Methods in raccoon.tibco.tibrv.uitest that return ILogger | |
---|---|
protected ILogger |
TibrvRecorder.getLog()
The logger in use by this component. |
Uses of ILogger in raccoon.tibco.tibrv.uitest.recorder |
---|
Methods in raccoon.tibco.tibrv.uitest.recorder with parameters of type ILogger | |
---|---|
void |
TibrvMsgKeeper.setLogger(ILogger pLogger)
|
void |
TibrvMsgWriter.setLogger(ILogger pLogger)
Assigns the logger that this writer should use. |
Constructors in raccoon.tibco.tibrv.uitest.recorder with parameters of type ILogger | |
---|---|
TibrvMsgWriter(TibrvRecorder pRecorder,
java.lang.String pName,
java.lang.String pSaveFolder,
IFactory pFactory,
IXmlToMessage pXmlParser,
ILogger pLogger)
Convenience constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |