|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.jlf.log.smtpMechanism.LogEntry
This class holds all the information to dispatch a log entry.
Field Summary | |
protected Log |
log
Holds the Log that the entry is to be logged
for. |
protected int |
loggingLevel
Holds the logging level the log entry is to be logged at. |
protected java.lang.String |
logString
Holds the string text to be logged. |
Constructor Summary | |
protected |
LogEntry()
Protect the default constructor, please use the public parameterized constructor instead!!! |
|
LogEntry(Log log,
int loggingLevel,
java.lang.String logString)
Constructs a log entry with all required parameters. |
Method Summary | |
Log |
getLog()
Retrieves the log the entry is for. |
int |
getLoggingLevel()
Retrieves the loggingLevel the entry is for. |
java.lang.String |
getLogString()
Retrieves the log string the entry is for. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected Log log
Log
that the entry is to be logged
for.
protected int loggingLevel
protected java.lang.String logString
Constructor Detail |
public LogEntry(Log log, int loggingLevel, java.lang.String logString)
protected LogEntry()
Method Detail |
public Log getLog()
public int getLoggingLevel()
public java.lang.String getLogString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |