| org.apache.tapestry.ioc.LogSource
All known Subclasses: org.apache.tapestry.ioc.internal.LogSourceImpl,
LogSource | public interface LogSource (Code) | | A wrapper around commons-logging's LogFactory that exists to allow particular projects to "hook"
the creation of Log instances.
|
Method Summary | |
Log | getLog(Class clazz) Creates or retrieves a log based on Class. | Log | getLog(String name) Creates or retrieves a log based on name. |
getLog | Log getLog(Class clazz)(Code) | | Creates or retrieves a log based on Class. This is rarely used in Tapestry IOC.
|
getLog | Log getLog(String name)(Code) | | Creates or retrieves a log based on name. Typically, the name will be a service id.
|
|
|