Log a string message. If T has toString it is called, otherwise T must be serializable.
toString
Logs are stored as an array of strings
logging.log("log message")
Text to be added to the log
Generated using TypeDoc
Log a string message. If T has
toString
it is called, otherwise T must be serializable.Logs are stored as an array of strings
logging.log("log message")