Uses of Class
com.clumd.projects.java_custom_logging.logging.ExtendedLogger
Packages that use ExtendedLogger
-
Uses of ExtendedLogger in com.clumd.projects.java_custom_logging.logging
Subclasses of ExtendedLogger in com.clumd.projects.java_custom_logging.loggingModifier and TypeClassDescriptionclassA SLF4J compatible logger, with pass-through to existingExtendedLoggermethods.Methods in com.clumd.projects.java_custom_logging.logging that return ExtendedLoggerModifier and TypeMethodDescriptionstatic ExtendedLoggerLogRoot.createLogger(@NonNull Class<?> forClass) Used to create a Logger instance by referencing the Class you want the logger for.static ExtendedLoggerLogRoot.createLogger(@NonNull Class<?> forClass, @NonNull Set<String> bakedInTags) Used to create a Logger instance by referencing the Class you want the logger for.static ExtendedLoggerLogRoot.createLogger(@NonNull String loggerIdentifier) Used to create a Logger instance by a string name.static ExtendedLoggerLogRoot.createLogger(@NonNull String loggerIdentifier, @NonNull Set<String> bakedInTags) Used to create a Logger instance by a string name.static ExtendedLoggerLogRoot.createLogger(String prefix, String loggerIdentifier) Used to create a Logger instance by a string name, with a custom prefix.static ExtendedLoggerLogRoot.createLogger(String prefix, String loggerIdentifier, Set<String> bakedInTags) Used to create a Logger instance by a string name, with a custom prefix.ExtendedLogger.withControllersWhichShouldIgnore(Set<Class<? extends StreamHandler>> controllersIgnoringThisLogger) Protected method to construct a logger for a named subsystem.