Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Design and implement logging features that support begin/end tracing #715

Closed
rynowak opened this issue Jun 27, 2014 · 0 comments
Closed

Comments

@rynowak
Copy link
Member

rynowak commented Jun 27, 2014

This goes into the logging repo - tracking here for HuBoard purposes

This is a pattern like

var logger = loggerFactory.Create("MyLogger");

using (logger.TraceBegin("Doing Routing Stuff"))
{

}
@danroth27 danroth27 modified the milestones: 1.0.0-alpha3, 6.0.0-alpha3 Jul 2, 2014
@rynowak rynowak closed this as completed Jul 7, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants