org.mythtv.services.api.myth
Class LogMessage
java.lang.Object
org.mythtv.services.api.myth.LogMessage
public class LogMessage
- extends Object
- Author:
- Daniel Frey
LogMessage
public LogMessage()
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.