Method | Description | |
---|---|---|
Log ( MethodBase methodBase, long milliseconds ) : void |
Used by MethodTimer.
|
|
Log ( Type, type, string methodName, long milliseconds ) : void |
Used by custom code.
|
public static Log ( MethodBase methodBase, long milliseconds ) : void | ||
methodBase | MethodBase | |
milliseconds | long | |
return | void |
public static Log ( Type, type, string methodName, long milliseconds ) : void | ||
type | Type, | |
methodName | string | |
milliseconds | long | |
return | void |