org.mondemand
Class LogMessage

java.lang.Object
  extended by org.mondemand.LogMessage
All Implemented Interfaces:
Serializable

public class LogMessage
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
LogMessage()
           
 
Method Summary
 String getFilename()
           
 int getLevel()
           
 int getLine()
           
 String getMessage()
           
 int getRepeat()
           
 TraceId getTraceId()
           
 void setFilename(String filename)
           
 void setLevel(int level)
           
 void setLine(int line)
           
 void setMessage(String message)
           
 void setRepeat(int repeat)
           
 void setTraceId(TraceId traceId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LogMessage

public LogMessage()
Method Detail

getFilename

public String getFilename()
Returns:
the filename

setFilename

public void setFilename(String filename)
Parameters:
filename - the filename to set

getLine

public int getLine()
Returns:
the line

setLine

public void setLine(int line)
Parameters:
line - the line to set

getLevel

public int getLevel()
Returns:
the level

setLevel

public void setLevel(int level)
Parameters:
level - the level to set

getMessage

public String getMessage()
Returns:
the message

setMessage

public void setMessage(String message)
Parameters:
message - the message to set

getRepeat

public int getRepeat()
Returns:
the repeat

setRepeat

public void setRepeat(int repeat)
Parameters:
repeat - the repeat to set

getTraceId

public TraceId getTraceId()
Returns:
the traceId

setTraceId

public void setTraceId(TraceId traceId)
Parameters:
traceId - the traceId to set

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.