Package org.slf4j.simple
package org.slf4j.simple
-
ClassesClassDescriptionClass inheriting SimpleLogger to work around the fact that the
ExtSimpleLogger.write(StringBuilder, Throwable)method is package private.Simple implementation ofLoggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).This class holds configuration values forSimpleLogger.An implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances.