C# Class TypeLess.Debugging.PerfLogger

Mostra file Open project: jansater/TypeLess

Public Methods

Method Description
Start ( string msg, Action output = null ) : PerfLogger

Private Methods

Method Description
Log ( string msg2 = null ) : void

Method Details

Start() public method

public Start ( string msg, Action output = null ) : PerfLogger
msg string
output Action
return PerfLogger