Removed the GELF logging infrastructure (#19577)

Removed the gelf logging infrastructure.
Refactored the various logging procs to be a direct call in light of the
above.
Removed ancilliary UDP related things.
This commit is contained in:
Fluffy
2024-07-08 12:48:16 +00:00
committed by GitHub
parent d98be6b9de
commit 78348238a3
123 changed files with 350 additions and 454 deletions
@@ -144,7 +144,7 @@
return FALSE
Syndicate_announce(input, usr)
to_chat(usr, SPAN_NOTICE("Message successfully transmitted."))
log_say("[key_name(usr)] has sent a message to the syndicate: [input]", ckey = key_name(usr))
log_say("[key_name(usr)] has sent a message to the syndicate: [input]")
centcomm_message_cooldown = TRUE
addtimer(CALLBACK(src, PROC_REF(set_centcomm_message_cooldown), FALSE), 300) // thirty second cooldown
else if(params["target"] == "regular")
@@ -160,7 +160,7 @@
return
Centcomm_announce(input, usr)
to_chat(usr, SPAN_NOTICE("Message successfully transmitted."))
log_say("[key_name(usr)] has sent a message to [SSatlas.current_map.boss_short]: [input]", ckey = key_name(usr))
log_say("[key_name(usr)] has sent a message to [SSatlas.current_map.boss_short]: [input]")
centcomm_message_cooldown = TRUE
addtimer(CALLBACK(src, PROC_REF(set_centcomm_message_cooldown), FALSE), 300) // thirty second cooldown
if("evac")
@@ -199,7 +199,7 @@
current_level = SEC_LEVEL_BLUE
set_security_level(current_level)
if(GLOB.security_level != old_level)
log_game("[key_name(usr)] has changed the security level to [get_security_level()].", ckey = key_name(usr))
log_game("[key_name(usr)] has changed the security level to [get_security_level()].")
message_admins("[key_name_admin(usr)] has changed the security level to [get_security_level()].")
switch(GLOB.security_level)
if(SEC_LEVEL_GREEN)