public class Jdk14ManagerAccessor extends DefaultAccessor
logger| Constructor and Description |
|---|
Jdk14ManagerAccessor(ClassLoader cl)
Instantiates a new jdk14 manager accessor.
|
| Modifier and Type | Method and Description |
|---|---|
List<LogDestination> |
getHandlers()
Gets the handlers.
|
Jdk14LoggerAccessor |
getLogger(String name)
Gets the logger.
|
Jdk14LoggerAccessor |
getRootLogger()
Gets the root logger.
|
getApplication, getProperty, getProperty, getTarget, getTargetClass, invokeMethod, setApplication, setTargetpublic Jdk14ManagerAccessor(ClassLoader cl) throws ClassNotFoundException, IllegalAccessException, InvocationTargetException
cl - the clClassNotFoundException - the class not found exceptionIllegalAccessException - the illegal access exceptionInvocationTargetException - the invocation target exceptionpublic Jdk14LoggerAccessor getRootLogger()
public Jdk14LoggerAccessor getLogger(String name)
name - the namepublic List<LogDestination> getHandlers()
Copyright © 2009–2020 psi-probe. All rights reserved.