public class Record extends Object
A log record.
Modifier and Type | Method and Description |
---|---|
int |
getLevel()
Returns the textual representation of the level.
|
String |
getLevelName()
Returns the level of the record as text.
|
String |
getMessage()
Returns the recorded message.
|
long |
getTimestamp()
Returns the time stamp of the record.
|
public long getTimestamp()
Returns the time stamp of the record.
public int getLevel()
Returns the textual representation of the level.
public String getLevelName()
Returns the level of the record as text.
public String getMessage()
Returns the recorded message.
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.