Package clazzfish.agent.logging
package clazzfish.agent.logging
Because we don't want a dependency to another (log) library we use the
JDK logging with some classes from this package here.
For more info see
Logging with 'java.util.logging'.
-
ClassesClassDescriptionWe want a
Formatter
which does not log in two lines as the SimpleFormatter but only in one line.We want to log to stdout but the ConsoleHander of JDK logs to stderr.