SPLURT Station 13 - Modules - Types

code/controllers/configuration/entries/logging.dm

/datum/config_entry/flag/log_ooclog OOC channel
/datum/config_entry/flag/log_accesslog login/logout
/datum/config_entry/flag/log_suspicious_loginConfig entry which special logging of failed logins under suspicious circumstances.
/datum/config_entry/flag/log_saylog client say
/datum/config_entry/flag/log_adminlog admin actions
/datum/config_entry/flag/log_prayerlog prayers
/datum/config_entry/flag/log_lawlog lawchanges
/datum/config_entry/flag/log_gamelog game events
/datum/config_entry/flag/log_mechalog mech data
/datum/config_entry/flag/log_viruslog virology data
/datum/config_entry/flag/log_votelog voting
/datum/config_entry/flag/log_craftlog crafting
/datum/config_entry/flag/log_whisperlog client whisper
/datum/config_entry/flag/log_attacklog attack messages
/datum/config_entry/flag/log_victimlog attack messages
/datum/config_entry/flag/log_emotelog emotes
/datum/config_entry/flag/log_adminchatlog admin chat messages
/datum/config_entry/flag/log_shuttlelog shuttle related actions, ie shuttle computers, shuttle manipulator, emergency console
/datum/config_entry/flag/log_pdalog pda messages
/datum/config_entry/flag/log_telecommslog telecomms messages
/datum/config_entry/flag/log_econlog economy
/datum/config_entry/flag/log_twitterlog certain expliotable parrots and other such fun things in a JSON file of twitter valid phrases.
/datum/config_entry/flag/log_world_topiclog all world.Topic() calls
/datum/config_entry/flag/log_manifestlog crew manifest to seperate file
/datum/config_entry/flag/log_job_debuglog roundstart divide occupations debug information to a file
/datum/config_entry/flag/log_pictureslog photos taken by players with a camera
/datum/config_entry/flag/picture_logging_cameraThis is... shitcode, literally same as above, if one of them is inactive, won't log at all, PLEASE FUCKING REMOVE THIS.
/datum/config_entry/flag/emergency_tgui_loggingforces log_href for tgui
/datum/config_entry/number/error_cooldownThe "cooldown" time for each occurrence of a unique error
/datum/config_entry/number/error_limitHow many occurrences before the next will silence them
/datum/config_entry/number/error_silence_timeHow long a unique error will be silenced for
/datum/config_entry/number/error_msg_delayHow long to wait between messaging admins about occurrences of a unique error