public class SetLoggingLevel extends LoggingLevel implements com.exalead.util.Checkable, java.io.Serializable
Constructor and Description |
---|
SetLoggingLevel() |
SetLoggingLevel(SetLoggingLevel o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SetLoggingLevel.
|
static SetLoggingLevel |
fromString(java.lang.String s)
String representation of this SetLoggingLevel.
|
SetLoggingLevel |
makeCopy()
Creates and returns a deep copy of this SetLoggingLevel.
|
static SetLoggingLevel |
readFrom(java.io.InputStream is)
Read this SetLoggingLevel from an XML fragment.
|
java.lang.String |
toString()
String representation of this SetLoggingLevel.
|
SetLoggingLevel |
withHost(java.lang.String host) |
SetLoggingLevel |
withInstall(java.lang.String install) |
SetLoggingLevel |
withLevel(java.lang.String level) |
SetLoggingLevel |
withLogger(java.lang.String logger) |
SetLoggingLevel |
withProcess(java.lang.String process) |
void |
writeTo(java.io.OutputStream os)
Write this SetLoggingLevel as an XML fragment
|
getHost, getInstall, getLevel, getLogger, getProcess, setHost, setInstall, setLevel, setLogger, setProcess
public SetLoggingLevel()
public SetLoggingLevel(SetLoggingLevel o)
public SetLoggingLevel withLevel(java.lang.String level)
withLevel
in class LoggingLevel
public SetLoggingLevel withHost(java.lang.String host)
withHost
in class LoggingLevel
public SetLoggingLevel withInstall(java.lang.String install)
withInstall
in class LoggingLevel
public SetLoggingLevel withProcess(java.lang.String process)
withProcess
in class LoggingLevel
public SetLoggingLevel withLogger(java.lang.String logger)
withLogger
in class LoggingLevel
public SetLoggingLevel makeCopy()
makeCopy
in class LoggingLevel
public static SetLoggingLevel readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class LoggingLevel
javax.xml.bind.JAXBException
java.io.IOException
public static SetLoggingLevel fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class LoggingLevel
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class LoggingLevel
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.