Add pluggable log

Issue #44 resolved
Eugene Wang repo owner created an issue

Add pluggable log for internal messages that are currently posted to Debug so nuget users can better debug.

Comments (4)

  1. Eugene Wang reporter

    It hasn't been implemented yet, but it would be a simple ILog interface implementation that you will set to the current PlatformInfo. Then all current internal Debug.Write calls will be replaced with it.

  2. Log in to comment