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

Extending

Damian Hickey edited this page Apr 1, 2015 · 2 revisions

The primary reason for extending is to create providers for logging frameworks that aren't supported transparently or to be adapted to a different interface.

To do so your consumer must implement YourLib.Logging.ILogger. See this gist as example, or any of the built-in framework loggers as examples.

Clone this wiki locally