C# Class MethodTimeLogger, Orchestra

ファイルを表示 Open project: WildGums/Orchestra Class Usage Examples

Public Methods

Method 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 method

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

Log() public static method

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