public class FileLogAccessor extends AbstractLogDestination
logger| Constructor and Description |
|---|
FileLogAccessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionPattern()
Gets the conversion pattern.
|
File |
getFile()
Gets the file.
|
String |
getLogType()
Type of the log, e.g.
|
String |
getName()
Gets the name.
|
String |
getTargetClass()
Gets the target class.
|
void |
setFile(File file)
Sets the file.
|
void |
setName(String name)
Sets the name.
|
getEncoding, getIndex, getLastModified, getLevel, getSize, getStdoutFile, getValidLevels, isContext, isRootgetApplication, getProperty, getProperty, getTarget, invokeMethod, setApplication, setTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplicationpublic String getName()
LogDestinationpublic void setName(String name)
name - the new namepublic String getTargetClass()
DefaultAccessorgetTargetClass in interface LogDestinationgetTargetClass in class DefaultAccessorpublic String getLogType()
LogDestinationpublic String getConversionPattern()
LogDestinationgetConversionPattern in interface LogDestinationgetConversionPattern in class AbstractLogDestinationpublic File getFile()
LogDestinationgetFile in interface LogDestinationgetFile in class AbstractLogDestinationpublic void setFile(File file)
file - the new fileCopyright © 2009–2020 psi-probe. All rights reserved.