-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Description
Allow common.logging to be used by portable libraries in order to allow it to be used on other platforms (Silverlight, windows store apps ..) than the .net desktop.
To do so all (portable) core-functionality should be moved into a portable assebly while platform specific functionallity is moved to platform specific assemblies.
So far @ioancrisan has made good progress towards making common.logging more portable by adding simple Silverlight and portable support and this is something we should be able to utilize.
See #21 for his contribution as well as some discussion about how to achive portable class lirbary support
Metadata
Metadata
Assignees
Labels
No labels