Uses of Class
com.guicedee.logger.model.LogProperties
| Package | Description |
|---|---|
| com.guicedee.logger.model |
-
Uses of LogProperties in com.guicedee.logger.model
Methods in com.guicedee.logger.model that return LogProperties Modifier and Type Method Description static LogPropertiesLogProperties. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LogProperties[]LogProperties. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.guicedee.logger.model that return types with arguments of type LogProperties Modifier and Type Method Description static java.util.Map<LogProperties,java.lang.Boolean>LogEntry. getDisplayedProperties()Configuration for the log properties that are displayedMethods in com.guicedee.logger.model with parameters of type LogProperties Modifier and Type Method Description static LogPropertyLogProperty. newProperty(LogProperties name, java.lang.String value)Creates a sortable list of properties that can be customized per handler