public abstract class AbstractLogDestination extends DefaultAccessor implements LogDestination
logger| Constructor and Description |
|---|
AbstractLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionPattern()
Gets the conversion pattern.
|
String |
getEncoding()
Gets the encoding of the file.
|
File |
getFile()
Gets the file.
|
String |
getIndex()
Gets the index.
|
Timestamp |
getLastModified()
Gets the last modified.
|
String |
getLevel()
Gets the level.
|
long |
getSize()
Gets the size.
|
protected File |
getStdoutFile()
Gets the stdout file.
|
String[] |
getValidLevels()
Gets the valid levels.
|
boolean |
isContext()
Checks if is context.
|
boolean |
isRoot()
Checks if is root.
|
getApplication, getProperty, getProperty, getTarget, getTargetClass, invokeMethod, setApplication, setTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplication, getLogType, getName, getTargetClasspublic boolean isRoot()
LogDestinationisRoot in interface LogDestinationpublic boolean isContext()
LogDestinationisContext in interface LogDestinationpublic String getIndex()
LogDestinationgetIndex in interface LogDestinationpublic String getConversionPattern()
LogDestinationgetConversionPattern in interface LogDestinationprotected File getStdoutFile()
public File getFile()
LogDestinationgetFile in interface LogDestinationpublic long getSize()
LogDestinationgetSize in interface LogDestinationpublic Timestamp getLastModified()
LogDestinationgetLastModified in interface LogDestinationpublic String getLevel()
LogDestinationgetLevel in interface LogDestinationpublic String[] getValidLevels()
LogDestinationgetValidLevels in interface LogDestinationpublic String getEncoding()
LogDestinationgetEncoding in interface LogDestinationCopyright © 2009–2020 psi-probe. All rights reserved.