Метод | Описание | |
---|---|---|
Log ( String Text ) : void |
Write the current timestamp and given text to Debug.
|
|
Log ( this Exception, String Source ) : void |
Write the current timestamp and given exception to Debug.
|
|
LogT ( String Text ) : void |
Write the current timestamp and given text to Debug.
|
public static Log ( String Text ) : void | ||
Text | String | The text to be logged. |
Результат | void |
public static Log ( this Exception, String Source ) : void | ||
Exception | this | The exception. |
Source | String | The source of the exception. |
Результат | void |
public static LogT ( String Text ) : void | ||
Text | String | The text to be logged. |
Результат | void |