C# Class MethodTimeLogger, Orchestra

Afficher le fichier Open project: WildGums/Orchestra Class Usage Examples

Méthodes publiques

Méthode Description
Log ( MethodBase methodBase, long milliseconds ) : void

Used by MethodTimer.

Log ( Type, type, string methodName, long milliseconds ) : void

Used by custom code.

Method Details

Log() public static méthode

Used by MethodTimer.
public static Log ( MethodBase methodBase, long milliseconds ) : void
methodBase MethodBase
milliseconds long
Résultat void

Log() public static méthode

Used by custom code.
public static Log ( Type, type, string methodName, long milliseconds ) : void
type Type,
methodName string
milliseconds long
Résultat void