Uses of Class
com.clumd.projects.java_common_utils.logging.common.CustomLevel
Packages that use CustomLevel
Package
Description
-
Uses of CustomLevel in com.clumd.projects.java_common_utils.logging
Methods in com.clumd.projects.java_common_utils.logging with parameters of type CustomLevelModifier and TypeMethodDescriptionstatic voidLogRoot.setApplicationGlobalLevel(@NonNull CustomLevel selectedLevel) Set the log level across every Logger created within this API to the given Custom Level, but do NOT touch loggers used by 3rd party dependencies.static voidLogRoot.setBranchLoggingLevel(@NonNull CustomLevel selectedLevel, @NonNull String viaLogIdentifier) Used to set the logging level of the indicated branch of package hierarchy.static voidLogRoot.setBranchLoggingLevel(@NonNull CustomLevel selectedLevel, String viaLogPrefix, @NonNull String viaLogIdentifier) Used to set the logging level of the indicated branch of package hierarchy.static voidLogRoot.setBranchLoggingLevel(@NonNull CustomLevel selectedLevel, @NonNull Logger viaLogger) Used to set the logging level of the indicated branch of package hierarchy.static voidLogRoot.setGlobalBranchLoggingLevel(@NonNull CustomLevel selectedLevel, @NonNull String viaLogIdentifier) Used to set the logging level of the indicated branch of package hierarchy.static voidLogRoot.setGlobalLoggingLevel(@NonNull CustomLevel selectedLevel) Set the log level across the entire JVM to the given Custom Level. -
Uses of CustomLevel in com.clumd.projects.java_common_utils.logging.common
Fields in com.clumd.projects.java_common_utils.logging.common declared as CustomLevelModifier and TypeFieldDescriptionstatic final CustomLevelCustomLevel.ALLstatic final CustomLevelCustomLevel.CONFIGstatic final CustomLevelCustomLevel.CRITICALstatic final CustomLevelCustomLevel.DATAstatic final CustomLevelCustomLevel.DEBUGstatic final CustomLevelCustomLevel.EMERGENCYstatic final CustomLevelCustomLevel.ERRORstatic final CustomLevelCustomLevel.FAILUREstatic final CustomLevelCustomLevel.FATALstatic final CustomLevelCustomLevel.IMPORTANTstatic final CustomLevelCustomLevel.INFOstatic final CustomLevelCustomLevel.MINORstatic final CustomLevelCustomLevel.NONEstatic final CustomLevelCustomLevel.NOTIFICATIONstatic final CustomLevelCustomLevel.OFFstatic final CustomLevelCustomLevel.SEVEREstatic final CustomLevelCustomLevel.SHUTDOWNstatic final CustomLevelCustomLevel.SUCCESSstatic final CustomLevelCustomLevel.TESTINGstatic final CustomLevelCustomLevel.TRACEstatic final CustomLevelCustomLevel.VERBOSEstatic final CustomLevelCustomLevel.WARNINGMethods in com.clumd.projects.java_common_utils.logging.common that return CustomLevelModifier and TypeMethodDescriptionstatic CustomLevelstatic CustomLevelCustomLevel.of(@NonNull String level, int priority, @NonNull LogLevelFormat format) static CustomLevelstatic CustomLevel