ref_send API 2.17
defensive programming in Java

Uses of Class
org.ref_send.log.Trace

Packages that use Trace
org.ref_send.log A log file format. 
org.waterken.trace An event logging implementation. 
 

Uses of Trace in org.ref_send.log
 

Fields in org.ref_send.log declared as Trace
 Trace Event.trace
          trace of the call site that produced the event (optional)
 

Constructors in org.ref_send.log with parameters of type Trace
Comment(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String text)
          Constructs an instance.
Event(Anchor anchor, java.lang.Long timestamp, Trace trace)
          Constructs an instance.
Fulfilled(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition)
          Constructs an instance.
Got(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message)
          Constructs an instance.
Pipelined(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message, java.lang.String condition)
          Constructs an instance.
Problem(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String text, java.lang.Exception reason)
          Constructs an instance.
Progressed(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition)
          Constructs an instance.
Rejected(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition, java.lang.Exception reason)
          Constructs an instance.
Resolved(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String condition)
          Constructs an instance.
Returned(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message)
          Constructs an instance.
Sent(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message)
          Constructs an instance.
SentIf(Anchor anchor, java.lang.Long timestamp, Trace trace, java.lang.String message, java.lang.String condition)
          Constructs an instance.
 

Uses of Trace in org.waterken.trace
 

Methods in org.waterken.trace that return Trace
 Trace Tracer.traceException(java.lang.Throwable e)
          Gets the stack trace for a given exception.
 Trace Tracer.traceHere()
          Gets the current stack trace.
 Trace Tracer.traceMember(java.lang.reflect.Member lambda)
          Produces a dummy stack trace for a method.
 


ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.