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

LoggerEventSource should not be internal #782

@erhuan-msft

Description

@erhuan-msft

I am trying to use EventSource provider and want to use rich data events provided by Keywords.Message keyword. However, the entire LogerEventSource class is internal so there is no way to change the keyword setting from my application.

I noticed it was originally public but changed to internal below:
#505

Is there any reason why it is now internal? The comment for the class demonstrated using EventListener on the event source which is not possible when the class is internal.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions