Uses of Class
edu.isi.pegasus.common.logging.LogManagerFactoryException
-
Packages that use LogManagerFactoryException Package Description edu.isi.pegasus.common.logging -
-
Uses of LogManagerFactoryException in edu.isi.pegasus.common.logging
Methods in edu.isi.pegasus.common.logging that throw LogManagerFactoryException Modifier and Type Method Description static LogManagerLogManagerFactory. loadInstance(PegasusProperties properties)Loads the appropriate LogManager class as specified by properties.static LogManagerLogManagerFactory. loadInstance(java.lang.String implementor, java.lang.String formatImplementor, java.util.Properties properties)Loads the Log Formatter specified.static LogManagerLogManagerFactory. loadSingletonInstance()Loads the appropriate LogManager class as specified by properties.static LogManagerLogManagerFactory. loadSingletonInstance(PegasusProperties properties)Loads the appropriate LogManager class as specified by properties.
-