Logs message to the Flax Console. String or object to be converted to string representation for display.
(object message)
| 134 | /// </summary> |
| 135 | /// <param name="message">String or object to be converted to string representation for display.</param> |
| 136 | public static void Log(object message) |
| 137 | { |
| 138 | Logger.Log(LogType.Info, message); |
| 139 | } |
| 140 | |
| 141 | /// <summary> |
| 142 | /// Logs message to the Flax Console. |
no outgoing calls
no test coverage detected