mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 04:57:57 +01:00
Logging fixes and catches (#79621)
THIS IS A REDO BECAUSE GITHUB SUCKS ASS ## About The Pull Request Hardens logging against sudden and unexpected cases where we try to log to a category that is not initialized or the file goes missing. ## Why It's Good For The Game Logging needs to be robust and bullet proof
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/datum/log_category/internal
|
||||
category = LOG_CATEGORY_INTERNAL_ERROR
|
||||
|
||||
/datum/log_category/internal_unknown_category
|
||||
category = LOG_CATEGORY_INTERNAL_CATEGORY_NOT_FOUND
|
||||
master_category = /datum/log_category/internal
|
||||
Reference in New Issue
Block a user