code/__DEFINES/event_logger.dm 
| EVLOG_TEXT | Log a plain text event. |
|---|---|
| EVLOG_LOCATION | Log a location event that highlights a single tile when selected. TURF is a /turf. DATUM must have DF_EVLOGGING set. |
| EVLOG_TURFS | Log a turfs event that highlights a set of tiles when selected. TURFS is a list of /turf. DATUM must have DF_EVLOGGING set. |
| EVLOG_LINES | Log a line event that highlights a path from one tile to another when selected. TURF_A and TURF_B are /turf. DATUM must have DF_EVLOGGING set. |
| EVLOG_PATH | Log a path event that renders directional arrows + start/end markers when selected. TURFS is an ordered list of /turf. DATUM must have DF_EVLOGGING set. |
| EVLOG_MAPTEXT | Log a maptext event that renders a floating text string at a turf when selected. TURF is a /turf. TEXT is the string to display. DATUM must have DF_EVLOGGING set. |
| EVLOG_TRACK_INFO_ENTRY | Append a categorized title and entry to a track_info snapshot list. |
| EVLOG_TYPE_TEXT | All the types of log entries we have. |
| EVLOG_CATEGORY_MOVELOOPS | Categories go here. Put sane names in the string since they get displayed. |
Define Details
EVLOG_CATEGORY_MOVELOOPS 
Categories go here. Put sane names in the string since they get displayed.
EVLOG_LINES 
Log a line event that highlights a path from one tile to another when selected. TURF_A and TURF_B are /turf. DATUM must have DF_EVLOGGING set.
EVLOG_LOCATION 
Log a location event that highlights a single tile when selected. TURF is a /turf. DATUM must have DF_EVLOGGING set.
EVLOG_MAPTEXT 
Log a maptext event that renders a floating text string at a turf when selected. TURF is a /turf. TEXT is the string to display. DATUM must have DF_EVLOGGING set.
EVLOG_PATH 
Log a path event that renders directional arrows + start/end markers when selected. TURFS is an ordered list of /turf. DATUM must have DF_EVLOGGING set.
EVLOG_TEXT 
Log a plain text event.
EVLOG_TRACK_INFO_ENTRY 
Append a categorized title and entry to a track_info snapshot list.
EVLOG_TURFS 
Log a turfs event that highlights a set of tiles when selected. TURFS is a list of /turf. DATUM must have DF_EVLOGGING set.
EVLOG_TYPE_TEXT 
All the types of log entries we have.