Interface LoggableClassLoader
- All Known Implementing Classes:
CommonClassLoader, CustomURLClassLoader, JettyWebAppClassLoader, LRMIClassLoader, ServiceClassLoader
public interface LoggableClassLoader
A class loader that can provide a log name asspciated with it.
- Author:
- kimchy
-
Method Summary
Modifier and TypeMethodDescriptionA class loader that can provide a log name asspciated with it.
-
Method Details
-
getLogName
String getLogName()A class loader that can provide a log name asspciated with it.
-