mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-20 15:12:19 +00:00
* Initial * Cleared duplicates * More work, get rid of log_error * more * log_debug() to macro LOG_DEBUG * More work * More * Guh * Maybe better? * More work * gah * Dear lord * *inserts swears here* * gdi * More work * More * dear lord * fsdfsdafs * rsdaf * sadfasf * sdafsad * fgsd * small fuckup fix * jfsd * sdafasf * gdi * sdfa * sfdafgds * sdafasdvf * sdfasdfg * sdfsga * asdf * dsfasfsagf * ihibhbjh * fsadf * adfas * sdafsad * sdfasd * fsda * vhb * asf * for arrow * removed source file-line logging, added header for tgui
8 lines
250 B
Plaintext
8 lines
250 B
Plaintext
/proc/log_module_customitems(text)
|
|
#if defined(UNIT_TEST)
|
|
LOG_GITHUB_DEBUG("CUSTOMITEMS: [text]")
|
|
#else
|
|
if (config?.logsettings["log_modules_customitems"])
|
|
WRITE_LOG(config.logfiles["world_modules_customitems_log"], "CUSTOMITEMS: [text]")
|
|
#endif
|