Uses of Class
com.clumd.projects.java_common_utils.logging.ExtendedLogger
Packages that use ExtendedLogger
-
Uses of ExtendedLogger in com.clumd.projects.java_common_utils.logging
Methods in com.clumd.projects.java_common_utils.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 String loggerIdentifier) 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.