mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-17 13:12:37 +00:00
* Puts dynamic logging into its own file * Fixes the conflicts in there Co-authored-by: tattle <66640614+dragomagol@users.noreply.github.com> Co-authored-by: GoldenAlpharex <jerego1234@hotmail.com> Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
/// Logging for dynamic procs
|
|
/proc/log_dynamic(text)
|
|
WRITE_LOG(GLOB.dynamic_log, "DYNAMIC: [text]")
|