public abstract class CommonHandlerFactory extends Object implements IHandlerFactory
| Constructor and Description |
|---|
CommonHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Handler |
createLogHandler() |
Formatter |
getFormatter() |
Level |
getLevel() |
boolean |
isSingleton() |
void |
setFormatter(Formatter formatter) |
void |
setLevel(Level level) |
void |
setSingleton(boolean singleton) |
public final Handler createLogHandler() throws IOException
createLogHandler in interface IHandlerFactoryIOExceptionpublic Formatter getFormatter()
public Level getLevel()
public boolean isSingleton()
public void setFormatter(Formatter formatter)
public void setLevel(Level level)
public void setSingleton(boolean singleton)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.