public class JDKLogAdapterFactory extends Object implements LogAdapterFactory, org.ocpsoft.common.services.NonEnriching
LogAdapterFactory for the JDK 1.4 logging API.| Constructor and Description |
|---|
JDKLogAdapterFactory() |
| Modifier and Type | Method and Description |
|---|---|
Logger |
createLogAdapter(String logger)
Create a new log adapter for the given logger name.
|
int |
priority() |
public int priority()
priority in interface org.ocpsoft.common.pattern.Weightedpublic Logger createLogAdapter(String logger)
LogAdapterFactorycreateLogAdapter in interface LogAdapterFactorylogger - The name of the loggerLoggerCopyright © 2016 OCPsoft. All Rights Reserved.