LogData
Advanced logging features made easy
Last updated
Advanced logging features made easy
Last updated
The LogData object is used by the Log API to store system and event information and facilitate the use of that information.
Type | Name | Comment |
---|---|---|
Adds a new entry to the entries collection
Outputs a human friendly text version of the log
Outputs a JSON formated string version of the log
Saves the JSON output of the log to a location on disk. If the path is not provided the persistentDataPath as defined by Unity Engine will be used. The return value is the full path of the file that was writen.
Saves the Text output of the log to a location on disk. If the path is not provided the persistentDataPath as defined by Unity Engine will be used. The return value is the full path of the file that was writen.