Modifier and Type | Method and Description |
---|---|
Object |
getData()
Returns the data being logged or
null if no data. |
LogLevel |
getLevel()
Returns the logging level of the entry.
|
String |
getMessage()
Returns Human-readable message text, suitable for display in any entry
listings.
|
Name |
getSource()
Returns the subject and/or event being logged.
|
long |
getTime()
Returns the time of the event being logged (milliseconds since the 1970
epoch).
|
String |
getType()
Returns the type of the event.
|
public long getTime()
public Name getSource()
public LogLevel getLevel()
public String getMessage()
Copyright © 2014 ForgeRock AS. All rights reserved.