public class LogMessage extends Object
| Constructor and Description |
|---|
LogMessage() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public String getHostname()
public void setHostname(String hostname)
hostname - the hostname to setpublic String getApplication()
public void setApplication(String application)
application - the application to setpublic int getPid()
public void setPid(int pid)
pid - the pid to setpublic int getTid()
public void setTid(int tid)
tid - the tid to setpublic String getThread()
public void setThread(String thread)
thread - the thread to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setpublic int getLine()
public void setLine(int line)
line - the line to setpublic String getFunction()
public void setFunction(String function)
function - the function to setpublic org.joda.time.DateTime getTime()
public void setTime(org.joda.time.DateTime time)
time - the time to setpublic String getLevel()
public void setLevel(String level)
level - the level to setpublic String getMessage()
public void setMessage(String message)
message - the message to setCopyright © 2012. All Rights Reserved.