|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.logging.LogFactory
org.eclipse.hyades.logging.commons.LoggerFactory
org.eclipse.hyades.logging.parsers.internal.importer.GLALoggerFactory
This class extends org.eclipse.hyades.logging.commons.LoggerFactory to instantiate the org.eclpise.hyades.logging.parsers.GLALogger class.
LogFactory,
Logger,
LoggerFactory,
GLALogger| Field Summary |
|---|
| Fields inherited from class org.eclipse.hyades.logging.commons.LoggerFactory |
|---|
loggers |
| Fields inherited from class org.apache.commons.logging.LogFactory |
|---|
factories, FACTORY_DEFAULT, FACTORY_PROPERTIES, FACTORY_PROPERTY, SERVICE_ID |
| Constructor Summary | |
|---|---|
GLALoggerFactory()
No-argument constructor. |
|
| Method Summary | |
|---|---|
org.apache.commons.logging.Log |
getInstance(java.lang.String loggerName)
Returns an instance of a non-null named org.eclipse.hyades.logging.parsers.GLALogger based on the
parameter name.
|
| Methods inherited from class org.eclipse.hyades.logging.commons.LoggerFactory |
|---|
getAttribute, getAttributeNames, getInstance, release, removeAttribute, setAttribute |
| Methods inherited from class org.apache.commons.logging.LogFactory |
|---|
getContextClassLoader, getFactory, getLog, getLog, newFactory, release, releaseAll |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GLALoggerFactory()
| Method Detail |
public org.apache.commons.logging.Log getInstance(java.lang.String loggerName)
throws org.apache.commons.logging.LogConfigurationException
org.eclipse.hyades.logging.parsers.GLALogger based on the
parameter name.
Passing a null logger name results in a null
return value.
An instance of a named
org.eclipse.hyades.logging.parsers.GLALogger is created if no
named instance current exists or all instances have been released.
Once a named org.eclipse.hyades.logging.parsers.GLALogger is
created, the instance is cached for future calls to retrieve the same
named org.eclipse.hyades.logging.parsers.GLALogger.
The name of the org.eclipse.hyades.logging.parsers.GLALogger
uniquely identifies an instance of an
org.eclipse.hyades.logging.parsers.GLALogger. All subsequent
calls will return the same instance of the named
org.eclipse.hyades.logging.parsers.GLALogger.
loggerName - The non-null name of the returned
org.eclipse.hyades.logging.parsers.GLALogger
instance.
org.eclipse.hyades.logging.parsers.GLALogger
instance, otherwise null if the parameter logger
name is null.
org.apache.commons.logging.LogConfigurationException - if the named
org.eclipse.hyades.logging.parsers.GLALogger
instance could not be created.LogFactory.getInstance(java.lang.String)
|
TPTP 4.4.0 Monitoring Tools Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||