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