public class ScribeLoggerConsumerFactoryBean extends Object implements org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>, org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
ScribeLoggerConsumerFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
ScribeLoggerConsumer |
getObject() |
Class<?> |
getObjectType() |
boolean |
isSingleton() |
void |
setCaller(Class<?> caller) |
void |
setLevel(org.smallmind.scribe.pen.Level level) |
public void setCaller(Class<?> caller)
public void setLevel(org.smallmind.scribe.pen.Level level)
public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>public Class<?> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>public ScribeLoggerConsumer getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<ScribeLoggerConsumer>public void afterPropertiesSet()
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanCopyright © 2020. All rights reserved.