- java.lang.Object
-
- swim.reflect.model.LogEntry
-
public class LogEntry extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LogEntry
debug(Object message)
static LogEntry
debug(Uri nodeUri, Object message)
static LogEntry
debug(Uri nodeUri, Uri laneUri, Object message)
static LogEntry
error(Object message)
static LogEntry
error(Uri nodeUri, Object message)
static LogEntry
error(Uri nodeUri, Uri laneUri, Object message)
static LogEntry
fail(Throwable cause)
static LogEntry
fail(Uri nodeUri, Throwable cause)
static LogEntry
fail(Uri nodeUri, Uri laneUri, Throwable cause)
static Form<LogEntry>
form()
static LogEntry
info(Object message)
static LogEntry
info(Uri nodeUri, Object message)
static LogEntry
info(Uri nodeUri, Uri laneUri, Object message)
Uri
laneUri()
static LogEntry
message(String tag, Uri nodeUri, Uri laneUri, Object message)
Uri
nodeUri()
String
tag()
long
time()
Value
toValue()
static LogEntry
trace(Object message)
static LogEntry
trace(Uri nodeUri, Object message)
static LogEntry
trace(Uri nodeUri, Uri laneUri, Object message)
static LogEntry
warn(Object message)
static LogEntry
warn(Uri nodeUri, Object message)
static LogEntry
warn(Uri nodeUri, Uri laneUri, Object message)
-