public class Jdk14HandlerAccessor extends AbstractLogDestination
logger| Constructor and Description |
|---|
Jdk14HandlerAccessor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex()
Gets the index.
|
String |
getLevel()
Gets the level.
|
Jdk14LoggerAccessor |
getLoggerAccessor()
Gets the logger accessor.
|
String |
getLogType()
Type of the log, e.g.
|
String |
getName()
Gets the name.
|
String[] |
getValidLevels()
Gets the valid levels.
|
boolean |
isContext()
Checks if is context.
|
boolean |
isRoot()
Checks if is root.
|
void |
setIndex(String index)
Sets the index.
|
void |
setLevel(String newLevelStr)
Sets the level.
|
void |
setLoggerAccessor(Jdk14LoggerAccessor loggerAccessor)
Sets the logger accessor.
|
getConversionPattern, getEncoding, getFile, getLastModified, getSize, getStdoutFilegetApplication, getProperty, getProperty, getTarget, getTargetClass, invokeMethod, setApplication, setTargetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetApplication, getTargetClasspublic Jdk14LoggerAccessor getLoggerAccessor()
public void setLoggerAccessor(Jdk14LoggerAccessor loggerAccessor)
loggerAccessor - the new logger accessorpublic boolean isContext()
LogDestinationisContext in interface LogDestinationisContext in class AbstractLogDestinationpublic boolean isRoot()
LogDestinationisRoot in interface LogDestinationisRoot in class AbstractLogDestinationpublic String getName()
LogDestinationpublic String getIndex()
LogDestinationgetIndex in interface LogDestinationgetIndex in class AbstractLogDestinationpublic void setIndex(String index)
index - the new indexpublic String getLogType()
LogDestinationpublic String getLevel()
LogDestinationgetLevel in interface LogDestinationgetLevel in class AbstractLogDestinationpublic void setLevel(String newLevelStr)
newLevelStr - the new levelpublic String[] getValidLevels()
LogDestinationgetValidLevels in interface LogDestinationgetValidLevels in class AbstractLogDestinationCopyright © 2009–2020 psi-probe. All rights reserved.