Package com.clumd.projects.java_custom_logging.logging
package com.clumd.projects.java_custom_logging.logging
-
ClassesClassDescriptionThis class is a very basic extension of the built-in JUL
Logger, but with an expansive selection of 'log' methods for all the combinations of operations the average user might require.Basically directly copied fromorg.slf4j.simple.SimpleLoggerFactorybut for myExtendedLoggersBasically directly copied fromorg.slf4j.simple.SimpleServiceProviderbut for myExtendedLoggersA SLF4J compatible logger, with pass-through to existingExtendedLoggermethods.This class is a de-facto root for all Extended Logging functionality.