public class DisconnectedLogDestination extends Object implements LogDestination, Serializable
| Constructor and Description |
|---|
DisconnectedLogDestination() |
| Modifier and Type | Method and Description |
|---|---|
DisconnectedLogDestination |
builder(LogDestination destination)
Loads and returns disconnected log destination.
|
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.
|
public DisconnectedLogDestination builder(LogDestination destination)
destination - the destinationpublic Application getApplication()
LogDestinationgetApplication in interface LogDestinationpublic boolean isRoot()
LogDestinationisRoot in interface LogDestinationpublic boolean isContext()
LogDestinationisContext in interface LogDestinationpublic String getName()
LogDestinationgetName in interface LogDestinationpublic String getIndex()
LogDestinationgetIndex in interface LogDestinationpublic String getTargetClass()
LogDestinationgetTargetClass in interface LogDestinationpublic String getConversionPattern()
LogDestinationgetConversionPattern in interface LogDestinationpublic File getFile()
LogDestinationgetFile in interface LogDestinationpublic String getLogType()
LogDestinationgetLogType 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.