Skip to content

Commit

Permalink
add status to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoud committed Apr 15, 2015
1 parent 852467c commit 97d68d9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ Glossary
:term:`loggers <logger>`, manipulated, and automatically
published to :term:`sinks <sink>`.

status
The completion state of a :term:`record`, meant to represent one
of four possible task outcomes:

* **Begin** - not yet completed
* **Success** - no exceptions or failures
* **Failure** - anticipated or application-level unsuccessful
completion (e.g., invalid username)
* **Exception** - unanticipated or lower-level unsuccessful
completion (e.g., database connection interrupted)

sink
Any object implementing the Sink protocol, and one of the
three fundamental Lithoxyl types. Typically subscribed to
Expand Down

0 comments on commit 97d68d9

Please sign in to comment.