org.mythtv.services.api.myth
Class LogMessage

java.lang.Object
  extended by org.mythtv.services.api.myth.LogMessage

public class LogMessage
extends Object

Author:
Daniel Frey

Constructor Summary
LogMessage()
           
 
Method Summary
 String getApplication()
           
 String getFilename()
           
 String getFunction()
           
 String getHostname()
           
 String getLevel()
           
 int getLine()
           
 String getMessage()
           
 int getPid()
           
 String getThread()
           
 int getTid()
           
 org.joda.time.DateTime getTime()
           
 void setApplication(String application)
           
 void setFilename(String filename)
           
 void setFunction(String function)
           
 void setHostname(String hostname)
           
 void setLevel(String level)
           
 void setLine(int line)
           
 void setMessage(String message)
           
 void setPid(int pid)
           
 void setThread(String thread)
           
 void setTid(int tid)
           
 void setTime(org.joda.time.DateTime time)
           
 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

getHostname

public String getHostname()
Returns:
the hostname

setHostname

public void setHostname(String hostname)
Parameters:
hostname - the hostname to set

getApplication

public String getApplication()
Returns:
the application

setApplication

public void setApplication(String application)
Parameters:
application - the application to set

getPid

public int getPid()
Returns:
the pid

setPid

public void setPid(int pid)
Parameters:
pid - the pid to set

getTid

public int getTid()
Returns:
the tid

setTid

public void setTid(int tid)
Parameters:
tid - the tid to set

getThread

public String getThread()
Returns:
the thread

setThread

public void setThread(String thread)
Parameters:
thread - the thread to set

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

getFunction

public String getFunction()
Returns:
the function

setFunction

public void setFunction(String function)
Parameters:
function - the function to set

getTime

public org.joda.time.DateTime getTime()
Returns:
the time

setTime

public void setTime(org.joda.time.DateTime time)
Parameters:
time - the time to set

getLevel

public String getLevel()
Returns:
the level

setLevel

public void setLevel(String 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012. All Rights Reserved.