patterntesting.agent.logging.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of patterntesting-agent Show documentation
Show all versions of patterntesting-agent Show documentation
PatternTesting Agent (patterntesting-agent) is the agent for patterntesting-rt
for classloaders which are not supported out of the box (like e.g. the classloader
of the IBM JDK). With this agent patterntesting-rt is able to get the needed
infos.
If you use Sun's JDK you don't need it.
# Logging Properties
.level = ALL
handlers = java.util.logging.ConsoleHandler, patterntesting.agent.logging.StdoutHandler
java.util.logging.ConsoleHandler.formatter = patterntesting.agent.logging.SingleLineFormatter
java.util.logging.ConsoleHandler.level = WARNING
patterntesting.agent.ClasspathAgent = INFO