Causeway JSON
From Erights
(Difference between revisions)
(Event doc, external links, multifile/abstract logging) |
Kevin Reid (Talk | contribs) (outline, links to discussion) |
||
Line 1: | Line 1: | ||
'''This page is only partly written!''' | '''This page is only partly written!''' | ||
- | The new log format for [[Causeway]] is based on [http://waterken.sourceforge.net/javadoc/org/ref_send/package-summary.html the JSON serialization used by ref_send / Waterken Server] ([http://waterken.svn.sourceforge.net/viewvc/waterken/server/trunk/waterken/remote/src/org/waterken/syntax/json/JSONSerializer.java?view=markup implementation]). | + | The new log format for [[Causeway]] is based on [http://waterken.sourceforge.net/javadoc/org/ref_send/log/package-summary.html the JSON serialization used by ref_send / Waterken Server] ([http://waterken.svn.sourceforge.net/viewvc/waterken/server/trunk/waterken/remote/src/org/waterken/syntax/json/JSONSerializer.java?view=markup implementation]). |
[http://waterken.sourceforge.net/javadoc/org/ref_send/log/package-summary.html The structure classes used by ref_send.] | [http://waterken.sourceforge.net/javadoc/org/ref_send/log/package-summary.html The structure classes used by ref_send.] | ||
- | A log is | + | A log is an array of Events. |
== Event == | == Event == | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
=== Sent === | === Sent === | ||
- | |||
- | |||
=== SentIf === | === SentIf === | ||
- | |||
- | |||
=== Got === | === Got === | ||
- | |||
- | |||
=== Resolved === | === Resolved === | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
== Trace == | == Trace == | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
== Anchor == | == Anchor == | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
== Discussion == | == Discussion == | ||
- | * [http://www.eros-os.org/pipermail/e-lang/2008-March/012658.html Thread start (3 messages): [e-lang | + | * [http://www.eros-os.org/pipermail/e-lang/2008-March/012658.html Thread start (3 messages): [e-lang] Fwd: a couple of points about Causeway — Sun Mar 23 23:21:16 EDT 2008] |
- | * [http://www.eros-os.org/pipermail/e-lang/2008-July/012798.html Thread start: [e-lang | + | * [http://www.eros-os.org/pipermail/e-lang/2008-July/012798.html Thread start: [e-lang] Causeway JSON format doc? — Wed Jul 30 21:07:31 CDT 2008] |
** [http://www.eros-os.org/pipermail/e-lang/2008-August/012802.html Continuation in next month's archive] | ** [http://www.eros-os.org/pipermail/e-lang/2008-August/012802.html Continuation in next month's archive] |
Revision as of 13:02, 1 August 2008
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
Trace
Anchor
Discussion
- Thread start (3 messages): [e-lang Fwd: a couple of points about Causeway — Sun Mar 23 23:21:16 EDT 2008]
- Thread start: [e-lang Causeway JSON format doc? — Wed Jul 30 21:07:31 CDT 2008]