Uses of Class
org.apache.juli.logging.LogConfigurationException
Packages that use LogConfigurationException
-
Uses of LogConfigurationException in org.apache.juli.logging
Methods in org.apache.juli.logging that throw LogConfigurationExceptionModifier and TypeMethodDescriptionstatic LogFactoryLogFactory.getFactory()Construct (if necessary) and return aLogFactoryinstance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.LogFactory.getInstance(Class<?> clazz) Convenience method to derive a name from the specified class and callgetInstance(String)with it.LogFactory.getInstance(String name) Construct (if necessary) and return aLoginstance, using the factory's current set of configuration attributes.static LogConvenience method to return a named logger, without the application having to care about factories.static LogConvenience method to return a named logger, without the application having to care about factories.