C# Class org.GraphDefined.Vanaheimr.Illias.DebugX

Helpers for the normal Debug class.
Afficher le fichier Open project: Vanaheimr/Illias

Méthodes publiques

Méthode Description
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.

Method Details

Log() public static méthode

Write the current timestamp and given text to Debug.
public static Log ( String Text ) : void
Text String The text to be logged.
Résultat void

Log() public static méthode

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.
Résultat void

LogT() public static méthode

Write the current timestamp and given text to Debug.
public static LogT ( String Text ) : void
Text String The text to be logged.
Résultat void