Package org.apache.felix.hc.api
Class ResultLog.Entry
java.lang.Object
org.apache.felix.hc.api.ResultLog.Entry
- Enclosing class:
ResultLog
An entry in this log
-
Constructor Details
-
Entry
- Parameters:
s
- The status of the messagemessage
- The message
-
Entry
- Parameters:
message
- The message with status OKisDebug
- Whether this is a debug message
-
Entry
- Parameters:
message
- The message with status OKisDebug
- Whether this is a debug messageexception
- An exception that belongs to this message
-
Entry
- Parameters:
s
- The status of the messagemessage
- The messageexception
- An exception that belongs to this message
-
-
Method Details
-
toString
-
getStatus
- Returns:
- The status of this entry
-
getLogLevel
- Returns:
- The log level of this entry
-
getMessage
- Returns:
- The message of this entry
-
getException
- Returns:
- The exception of this entry or null if no exception exists for this message
-
isDebug
public boolean isDebug()- Returns:
- true if this is a debug message
-