Метод | Описание | |
---|---|---|
WriteException ( |
Write an exceptiong to the local app data folder for the current user
|
|
WriteInformation ( string message ) : void |
Write a message to the local app data folder for the current user
|
Метод | Описание | |
---|---|---|
WriteData ( string fullFilePath, string dataToWrite ) : void |
Handles the actual writing of the data to the file system
|
public static WriteException ( |
||
ex | Exception object containing information about the error. | |
Результат | void |
public static WriteInformation ( string message ) : void | ||
message | string | The message to write to the Debug.log file |
Результат | void |