Uses of Package
org.slf4j.simple
Packages that use org.slf4j.simple
-
Classes in org.slf4j.simple used by org.apache.maven.slf4jClassDescriptionClass 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).An implementation ofILoggerFactorywhich always returnsSimpleLoggerinstances. -
Classes in org.slf4j.simple used by org.slf4j.simpleClassDescriptionSimple implementation of
Loggerthat sends all enabled log messages, for all defined loggers, to the console (System.err).