Uses of Class
com.identityworksllc.iiq.common.CommonsLoggingOutputStream.Level
-
Packages that use CommonsLoggingOutputStream.Level Package Description com.identityworksllc.iiq.common Utilities, interfaces, and standalone tools for IIQ development -
-
Uses of CommonsLoggingOutputStream.Level in com.identityworksllc.iiq.common
Methods in com.identityworksllc.iiq.common that return CommonsLoggingOutputStream.Level Modifier and Type Method Description static CommonsLoggingOutputStream.Level
CommonsLoggingOutputStream.Level. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommonsLoggingOutputStream.Level[]
CommonsLoggingOutputStream.Level. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.identityworksllc.iiq.common with parameters of type CommonsLoggingOutputStream.Level Constructor Description CommonsLoggingOutputStream(CommonsLoggingOutputStream.Level level, org.apache.commons.logging.Log logger)
Constructs a new OutputStream that will write to the given logger at the given level whenever a newline is encountered in the byte stream.
-