Uses of Class
com.openindex.openestate.tool.utils.LoggingOutputStream.Priority
-
Packages that use LoggingOutputStream.Priority Package Description com.openindex.openestate.tool.utils Hilfsklassen. -
-
Uses of LoggingOutputStream.Priority in com.openindex.openestate.tool.utils
Fields in com.openindex.openestate.tool.utils declared as LoggingOutputStream.Priority Modifier and Type Field Description protected LoggingOutputStream.Priority
LoggingOutputStream. priority
The priority to use when writing to the Logger.Methods in com.openindex.openestate.tool.utils that return LoggingOutputStream.Priority Modifier and Type Method Description static LoggingOutputStream.Priority
LoggingOutputStream.Priority. valueOf(String name)
Returns the enum constant of this type with the specified name.static LoggingOutputStream.Priority[]
LoggingOutputStream.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.openindex.openestate.tool.utils with parameters of type LoggingOutputStream.Priority Constructor Description LoggingOutputStream(org.slf4j.Logger logger, LoggingOutputStream.Priority priority)
Creates the LoggingOutputStream to flush to the given Logger.LoggingOutputStream(org.slf4j.Logger logger, LoggingOutputStream.Priority priority, String prefix)
Creates the LoggingOutputStream to flush to the given Logger.
-