Endjin.Assembly.ChangeDetection.Infrastructure.Tracer.Tracer C# (CSharp) Method

Tracer() public method

Create a new Tracer which traces method enter and leave (on Dispose)
public Tracer ( TypeHashes type, string method ) : System
type TypeHashes /// TypeHandle instance which identifies your class type. This instance should be a static instance of /// your type. ///
method string The method name of your current method.
return System
        public Tracer(TypeHashes type, string method) : this(Level.L1, type, method)
        {
        }

Same methods

Tracer::Tracer ( Level level, TypeHashes type, string method ) : System