Uses of Enum Class
com.clumd.projects.java_custom_logging.logging.common.Format
Packages that use Format
-
Uses of Format in com.clumd.projects.java_custom_logging.logging.common
Methods in com.clumd.projects.java_custom_logging.logging.common that return FormatModifier and TypeMethodDescriptionstatic FormatReturns the enum constant of this class with the specified name.static Format[]Format.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in com.clumd.projects.java_custom_logging.logging.common with type arguments of type FormatModifier and TypeMethodDescriptionstatic StringFormat.createFormat(Collection<Format> formatModifiers) Used to create a custom Log Format with a selection of format modifiers, this can include Bold, underline and colour for example.