|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.logging.utilities.LmsMessageTemplate
public final class LmsMessageTemplate
The template log message.
Constructor Summary | |
---|---|
LmsMessageTemplate()
Default constructor. |
|
LmsMessageTemplate(int id,
LmsBasedLogLevel level,
java.lang.String name,
java.lang.String format)
constructor which initializes the properties with passed values. |
Method Summary | |
---|---|
java.lang.String |
getFormat()
Gets the Format line of message template. |
int |
getId()
Gets the Id of the template. |
LmsBasedLogLevel |
getLevel()
Gets the Verbose of template message. |
java.lang.String |
getName()
Gets the Name of template message. |
void |
setFormat(java.lang.String format)
Sets the Format line of message template. |
void |
setId(int id)
Sets the Id of the template. |
void |
setLevel(LmsBasedLogLevel level)
Sets the Verbose of template message. |
void |
setName(java.lang.String name)
Sets the Name of template message. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LmsMessageTemplate()
LmsBasedLogLevel.NOTDEFINED
.
public LmsMessageTemplate(int id, LmsBasedLogLevel level, java.lang.String name, java.lang.String format)
id
- Init value for "Id"level
- Init value for "Level"name
- Init value for "Name"format
- Init value for "Format"Method Detail |
---|
public LmsBasedLogLevel getLevel()
public void setLevel(LmsBasedLogLevel level)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getFormat()
public void setFormat(java.lang.String format)
public int getId()
public void setId(int id)
public java.lang.String toString()
toString
in class java.lang.Object
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |