|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.compoze.collab.log.LogEntryPrototype
This class contains information common to each different log entry. A new
EntryPrototype instance is created for every type of
entry that's stored in the log.
| Constructor Summary | |
protected |
LogEntryPrototype(LogResourceKey key,
LogLevel level,
java.lang.Class exceptionClass)
Constructor. |
| Method Summary | |
java.lang.Class |
getExceptionClass()
Gets the exception class of messages made from this prototype. |
java.lang.String |
getKey()
Gets the key in the resource bundle for log entry messages made from this prototype. |
LogLevel |
getLogLevel()
Gets the level of log entries made from this prototype. |
boolean |
isExceptionPrototype()
Determines if the prototype is for an exception. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected LogEntryPrototype(LogResourceKey key,
LogLevel level,
java.lang.Class exceptionClass)
key - the log resource keylevel - the LogLevelexceptionClass - the Class of the exception (or
null if the prototype is not for an exception)| Method Detail |
public java.lang.String getKey()
public LogLevel getLogLevel()
public java.lang.Class getExceptionClass()
null if the prototype is
not for an exception)public boolean isExceptionPrototype()
true if the prototype is for an exception
|
Compoze Software, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||