Last active
September 28, 2017 22:31
-
-
Save cobbr2/9671159 to your computer and use it in GitHub Desktop.
Ruote "fancy_logging" code table
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The abbreviation of an action is the same as its first two letters, *except* for a few that are ambiguous otherwise: | |
ap | apply | |
ca | cancel cancel_process | |
ce | ceased | |
dc | dispatch_cancel | |
dd | dispatched | |
di | dispatch | |
dp | dispatch_pause | |
dr | dispatch_resume | |
er | error_intercepted | |
fa | fail | |
ki | kill kill_process | |
la | launch | |
no | noop | |
pz | pause pause_process | |
ra | raise | |
rc | receive | |
re | reply | |
rg | regenerate | |
rp | reput | |
rz | resume resume_process | |
sk | respark | |
te | terminated |
Author
cobbr2
commented
Oct 29, 2014
code | action |
---|---|
ap | apply |
ca | cancel cancel_process |
ce | ceased |
dc | dispatch_cancel |
dd | dispatched |
di | dispatch |
dp | dispatch_pause |
dr | dispatch_resume |
er | error_intercepted |
fa | fail |
ki | kill kill_process |
la | launch |
no | noop |
pz | pause pause_process |
ra | raise |
rc | receive |
re | reply |
rg | regenerate |
rp | reput |
rz | resume resume_process |
sk | respark |
te | terminated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment