Files
Bubberstation/code/__HELPERS/logging/research.dm
SkyratBot 32e95d68ac [MIRROR] Adds logging for experisci completion [MDB IGNORE] (#14737)
* Adds logging for experisci completion (#68147)

Adds logging for experisci completion

* Adds logging for experisci completion

Co-authored-by: vincentiusvin <54709710+vincentiusvin@users.noreply.github.com>
2022-07-04 23:51:02 -07:00

7 lines
287 B
Plaintext

/// Puts the text into the research html file, not log. See [INVESTIGATE_RESEARCH] for [/atom/proc/investigate_log]
/proc/log_research(text)
if(!text)
return
var/html_file = file("[GLOB.log_directory]/[INVESTIGATE_RESEARCH].html")
WRITE_FILE(html_file, "[time_stamp()] [text]<br>")