Causeway JSON
From Erights
Revision as of 23:45, 1 August 2008 by Kevin Reid  (Talk | contribs)
				
			This page is only partly written!
The new log format for Causeway is based on the JSON serialization used by ref_send / Waterken Server (implementation).
The structure classes used by ref_send.
A log is an array of Events.
Contents | 
Event
Sent
SentIf
Got
Resolved
Comment
Trace
CallSite
A stack frame.
Fields:
-  
name:String, the name of the method/code being executed. -  
source:String, the path of the source file. -  optional 
span:List[List[int]], the span in the source file. 
See also CallSite in ref_send.

