public interface LogDestination
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
Gets the application.
|
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.
|
String |
getLogType()
Type of the log, e.g.
|
String |
getName()
Gets the name.
|
long |
getSize()
Gets the size.
|
String |
getTargetClass()
Gets the target class.
|
String[] |
getValidLevels()
Gets the valid levels.
|
boolean |
isContext()
Checks if is context.
|
boolean |
isRoot()
Checks if is root.
|
Application getApplication()
boolean isRoot()
boolean isContext()
String getName()
String getIndex()
String getTargetClass()
String getConversionPattern()
File getFile()
long getSize()
Timestamp getLastModified()
String getLogType()
String getLevel()
String[] getValidLevels()
String getEncoding()
Copyright © 2009–2020 psi-probe. All rights reserved.