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

Description
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.