public class JULLogFactory extends Object implements LogFactory, Configurable
Constructor and Description |
---|
JULLogFactory() |
Modifier and Type | Method and Description |
---|---|
void |
endConfiguration()
Invoked upon completion of bean property configuration for this object.
|
Log |
getLog(String channel)
Return a log for the given channel name.
|
void |
setConfiguration(Configuration conf)
Invoked prior to setting bean properties.
|
void |
startConfiguration()
Invoked before bean property configuration is begun on this object.
|
public Log getLog(String channel)
LogFactory
getLog
in interface LogFactory
public void setConfiguration(Configuration conf)
Configurable
setConfiguration
in interface Configurable
public void startConfiguration()
Configurable
startConfiguration
in interface Configurable
public void endConfiguration()
Configurable
endConfiguration
in interface Configurable
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.