public interface FileHandler extends NamedEntity, HasLevel
| Modifier and Type | Method and Description |
|---|---|
String |
getEncoding() |
String |
getFilePath() |
String |
getFileRelativeTo() |
String |
getFormatter() |
String |
getLevel() |
String |
getName() |
boolean |
isAppend() |
boolean |
isAutoFlush() |
void |
setAppend(boolean append) |
void |
setAutoFlush(boolean autoFlush) |
void |
setEncoding(String encoding) |
void |
setFilePath(String file) |
void |
setFileRelativeTo(String file) |
void |
setFormatter(String formatter) |
void |
setLevel(String logLevel) |
void |
setName(String name) |
String getName()
getName in interface NamedEntityvoid setName(String name)
setName in interface NamedEntityString getEncoding()
void setEncoding(String encoding)
String getFormatter()
void setFormatter(String formatter)
String getFileRelativeTo()
void setFileRelativeTo(String file)
String getFilePath()
void setFilePath(String file)
boolean isAppend()
void setAppend(boolean append)
boolean isAutoFlush()
void setAutoFlush(boolean autoFlush)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.