com.tivoli.jflt
Class LoggerParameters
java.lang.Object
|
+--com.tivoli.jflt.LoggerParameters
- public class LoggerParameters
- extends java.lang.Object
This class provides the logging parameters to configure a generic logger.
- Version:
- 1.1
- Author:
- Cosimo Vampo, Raimondo Castino
Constructor Summary |
LoggerParameters(java.lang.String organization,
java.lang.String product,
java.lang.String component,
java.lang.String name,
java.lang.String catalogName)
Creates a new LoggerParameters with the given parameters. |
Method Summary |
java.lang.String |
getCatalogName()
Gets the name of the catalog specified for the logger. |
java.lang.String |
getComponent()
Gets the name of the component that is using the logger. |
java.lang.String |
getName()
Gets the name of logger that was specified when the object was created. |
java.lang.String |
getOrganization()
Gets the name of the organization which wrote the application that is
using the logger. |
java.lang.String |
getProduct()
Gets the name of the product that is using the logger. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
LoggerParameters
public LoggerParameters(java.lang.String organization,
java.lang.String product,
java.lang.String component,
java.lang.String name,
java.lang.String catalogName)
- Creates a new
LoggerParameters
with the given parameters.
getOrganization
public java.lang.String getOrganization()
- Gets the name of the organization which wrote the application that is
using the logger.
getProduct
public java.lang.String getProduct()
- Gets the name of the product that is using the logger.
getComponent
public java.lang.String getComponent()
- Gets the name of the component that is using the logger.
getName
public java.lang.String getName()
- Gets the name of logger that was specified when the object was created.
getCatalogName
public java.lang.String getCatalogName()
- Gets the name of the catalog specified for the logger. This can be a file
name or somethind else.