| Modifier and Type | Field and Description |
|---|---|
Object |
content |
int |
depth |
long |
thread |
long |
timesstamp |
| Modifier | Constructor and Description |
|---|---|
protected |
Redwood.Record(Object content,
Object[] channels,
int depth,
long timestamp)
Create a new Record, based on the content of the log, the channels, and
the depth
|
public final Object content
public final int depth
public final long timesstamp
public final long thread
protected Redwood.Record(Object content, Object[] channels, int depth, long timestamp)
content - An object (usually String) representing the log contentschannels - A set of channels to publish this record todepth - The depth of the log messagepublic boolean force()
public Object[] channels()