public class LogEntry
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
-
quality
public final int quality
-
-
node
public final @Nullable Node node
-
Constructor Details
-
-
LogEntry
public LogEntry
(Level level,
int quality,
String message)
-
-
-
-
LogEntry
public LogEntry
(Level level,
int quality,
String message,
@Nullable Node node)
-
LogEntry
public LogEntry
(Level level,
int quality,
String message,
@Nullable Node node,
boolean tracked)
-
Method Details
-
-
getQuality
public int getQuality()
-
-
finalize
protected void finalize()
- Overrides:
finalize
in class Object
-
-