|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LogEntry
Contains information about one line in the Flux logs.
| Method Summary | |
|---|---|
java.lang.String |
getEngineName()
Returns the name of the engine from which this log entry originated. |
java.lang.String |
getLogger()
Returns the engine logger -- "client", "flow_chart", or "system" -- that generated this log entry. |
Level |
getLoggingLevel()
Returns the logging level for this log entry. |
java.lang.String |
getMessage()
Returns the message contents of this log entry. |
java.lang.String |
getNamespace()
Returns the namespace, if any, contained within this log entry. |
java.util.Date |
getTimestamp()
Returns the timestamp when this log entry was recorded. |
java.lang.String |
getUsername()
Returns the username responsible for generating this log entry. |
| Method Detail |
|---|
java.lang.String getEngineName()
java.lang.String getLogger()
Configuration.CLIENT_LOGGER,
Configuration.FLOW_CHART_LOGGER,
Configuration.SYSTEM_LOGGERLevel getLoggingLevel()
java.lang.String getMessage()
java.lang.String getNamespace()
java.util.Date getTimestamp()
java.lang.String getUsername()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||