public abstract class LogFactoryAdapter extends java.lang.Object implements LogFactory
LogFactory
.Constructor and Description |
---|
LogFactoryAdapter() |
Modifier and Type | Method and Description |
---|---|
Log |
getLog(java.lang.String channel)
Return a log for the given channel name.
|
protected abstract Log |
newLogAdapter(java.lang.String channel)
Return a log adapter for the given channel.
|
public Log getLog(java.lang.String channel)
LogFactory
getLog
in interface LogFactory
protected abstract Log newLogAdapter(java.lang.String channel)
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.