Package org.slf4j.simple
package org.slf4j.simple
-
ClassDescriptionSimple implementation of
Logger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).This class holds configuration values forSimpleLogger
.An implementation ofILoggerFactory
which always returnsSimpleLogger
instances.