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

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

@rynowak

Description

@rynowak

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"))
{

}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions