public class Jdk14LoggerAccessor extends DefaultAccessor
logger| Constructor and Description |
|---|
Jdk14LoggerAccessor() |
| Modifier and Type | Method and Description |
|---|---|
Jdk14HandlerAccessor |
getHandler(int index)
Gets the handler.
|
Jdk14HandlerAccessor |
getHandler(String logIndex)
Gets the handler.
|
List<LogDestination> |
getHandlers()
Gets the handlers.
|
String |
getLevel()
Gets the level.
|
String |
getName()
Gets the name.
|
boolean |
isContext()
Checks if is context.
|
boolean |
isJuliRoot()
Checks if is juli root.
|
boolean |
isRoot()
Checks if is root.
|
void |
setContext(boolean context)
Sets the context.
|
void |
setLevel(String newLevelStr)
Sets the level.
|
getApplication, getProperty, getProperty, getTarget, getTargetClass, invokeMethod, setApplication, setTargetpublic List<LogDestination> getHandlers()
public boolean isContext()
public void setContext(boolean context)
context - the new contextpublic boolean isRoot()
public boolean isJuliRoot()
public String getName()
public Jdk14HandlerAccessor getHandler(String logIndex)
logIndex - the log indexpublic Jdk14HandlerAccessor getHandler(int index)
index - the indexpublic String getLevel()
public void setLevel(String newLevelStr)
newLevelStr - the new levelCopyright © 2009–2020 psi-probe. All rights reserved.