Uses of Package
org.slf4j.simple
-
ClassDescriptionClass inheriting SimpleLogger to work around the fact that the
ExtSimpleLogger.write(StringBuilder, Throwable)
method is package private.Simple implementation ofLogger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).An implementation ofILoggerFactory
which always returnsSimpleLogger
instances. -
ClassDescriptionSimple implementation of
Logger
that sends all enabled log messages, for all defined loggers, to the console (System.err
).