![]() |
Debug.Log Extensions
Documentation (1.1.9)
|
|
static |
Appends a message to the end of the log file.
Note that calls to this method will function even in release builds with build stripping enabled. As such it is possible to use this method to log some critical messages manually even if otherwise all logging has been disabled across the project.
message | Message to add to the log file. |
logFilePath | Path to the log file to which the message should be added. |
clearFile |
|
Note that with this option the log file will continue growing larger with each call of this method until it is manually cleared by calling ClearLogFile.