C# Класс org.GraphDefined.Vanaheimr.Illias.DebugX

Helpers for the normal Debug class.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Log() публичный статический Метод

Write the current timestamp and given text to Debug.
public static Log ( String Text ) : void
Text String The text to be logged.
Результат void

Log() публичный статический Метод

Write the current timestamp and given exception to Debug.
public static Log ( this Exception, String Source ) : void
Exception this The exception.
Source String The source of the exception.
Результат void

LogT() публичный статический Метод

Write the current timestamp and given text to Debug.
public static LogT ( String Text ) : void
Text String The text to be logged.
Результат void