| Package | Description |
|---|---|
| edu.isi.pegasus.common.logging |
| Modifier and Type | Method and Description |
|---|---|
static LogManager |
LogManagerFactory.loadInstance(PegasusProperties properties)
Loads the appropriate LogManager class as specified by properties.
|
static LogManager |
LogManagerFactory.loadInstance(java.lang.String implementor,
java.lang.String formatImplementor,
java.util.Properties properties)
Loads the Log Formatter specified.
|
static LogManager |
LogManagerFactory.loadSingletonInstance()
Loads the appropriate LogManager class as specified by properties.
|
static LogManager |
LogManagerFactory.loadSingletonInstance(PegasusProperties properties)
Loads the appropriate LogManager class as specified by properties.
|