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