Uses of Interface
org.apache.commons.logging.Log
-
Packages that use Log Package Description org.apache.activemq.artemis.logs org.apache.commons.logging org.apache.commons.logging.impl -
-
Uses of Log in org.apache.activemq.artemis.logs
Classes in org.apache.activemq.artemis.logs that implement Log Modifier and Type Class Description classJBossLoggingApacheLoggerBridgeThere is an issue on the Testsuite, as it's not possible to bring JBossLogging on the booting classLoader. -
Uses of Log in org.apache.commons.logging
Methods in org.apache.commons.logging that return Log Modifier and Type Method Description abstract LogLogFactory. getInstance(Class clazz)Convenience method to derive a name from the specified class and callgetInstance(String)with it.abstract LogLogFactory. getInstance(String name)Construct (if necessary) and return aLoginstance, using the factory's current set of configuration attributes.static LogLogFactory. getLog(Class clazz)Convenience method to return a named logger, without the application having to care about factories.static LogLogFactory. getLog(String name)Convenience method to return a named logger, without the application having to care about factories. -
Uses of Log in org.apache.commons.logging.impl
Classes in org.apache.commons.logging.impl that implement Log Modifier and Type Class Description classNoOpLogTrivial implementation of Log that throws away all messages.classSimpleLogSimple implementation of Log that sends all enabled log messages, for all defined loggers, to System.err.Methods in org.apache.commons.logging.impl that return Log Modifier and Type Method Description LogJBossLogFactory. getInstance(Class clazz)LogJBossLogFactory. getInstance(String name)
-