public class UniqueStringLogInfo extends UniqueStringLogLevelInfo implements UniqueLogInterface
Modifier and Type | Field and Description |
---|---|
protected UniqueIDInterface |
linkedfac |
protected long |
logmodes |
protected java.lang.String |
textname |
protected java.lang.String |
xmlname |
loglevel
id
Constructor and Description |
---|
UniqueStringLogInfo()
Constructor for UniqueStringLogInfo
|
UniqueStringLogInfo(java.lang.String id)
Constructor for UniqueStringLogInfo UniqueIDInterface
|
UniqueStringLogInfo(java.lang.String id,
java.lang.String loglevel)
Constructor for UniqueStringLogInfo UniqueLogLevelInterface
|
UniqueStringLogInfo(java.lang.String id,
java.lang.String textname,
java.lang.String xmlname,
java.lang.String loglevel,
long logmodes,
UniqueIDInterface linkedfac)
PREFERRED Constructor for UniqueStringLogInfo
|
Modifier and Type | Method and Description |
---|---|
UniqueIDInterface |
getLinkedFac()
Get the unique ID of any log linked or chained with this one.
|
long |
getLogModes()
Get the log modes enabled for this log.
|
java.lang.String |
getTextLogName()
Use an alternate name for an enabled text log.
|
java.lang.String |
getXMLLogName()
Use an alternate name for an enabled XML log.
|
void |
setLinkedFac(UniqueIDInterface linkedfac)
Set the linked fac to the one provided.
|
void |
setLogModes(long logmodes)
Set logmodes to the value provided.
|
void |
setTextLogName(java.lang.String textname)
Set text logname to provided value.
|
void |
setXMLLogName(java.lang.String xmlname)
Set XML logname to provided value.
|
getLogLevel, setLogLevel
getStringID, getUniqueID, setStringID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getLogLevel
getUniqueID
protected java.lang.String textname
protected java.lang.String xmlname
protected long logmodes
protected UniqueIDInterface linkedfac
public UniqueStringLogInfo()
public UniqueStringLogInfo(java.lang.String id)
public UniqueStringLogInfo(java.lang.String id, java.lang.String loglevel)
public UniqueStringLogInfo(java.lang.String id, java.lang.String textname, java.lang.String xmlname, java.lang.String loglevel, long logmodes, UniqueIDInterface linkedfac)
public void setTextLogName(java.lang.String textname)
public java.lang.String getTextLogName()
UniqueLogInterface
getTextLogName
in interface UniqueLogInterface
UniqueLogInterface.getTextLogName()
public void setXMLLogName(java.lang.String xmlname)
public java.lang.String getXMLLogName()
UniqueLogInterface
getXMLLogName
in interface UniqueLogInterface
UniqueLogInterface.getXMLLogName()
public void setLogModes(long logmodes)
public long getLogModes()
UniqueLogInterface
getLogModes
in interface UniqueLogInterface
UniqueLogInterface.getLogModes()
public void setLinkedFac(UniqueIDInterface linkedfac)
public UniqueIDInterface getLinkedFac()
UniqueLogInterface
getLinkedFac
in interface UniqueLogInterface
UniqueLogInterface.getLinkedFac()
Copyright © SAS Institute. All Rights Reserved.