log4net and NLog have support for Compact Framework but not for Micro Framework. Are there any ports of those projects to Micro Framework?
Asked
Active
Viewed 472 times
12
-
2Did you try to built the [Log4Net sources](https://logging.apache.org/log4net/download_log4net.cgi#Source) agains the Micro Framework yourself? Most certainly you have to remove a lot of features to make it work. A good starting point would be to look how Log4Net [targets the Compact Framework](https://logging.apache.org/log4net/release/framework-support.html#Assembly_attributes). – M. Mimpen Dec 10 '13 at 09:50
-
@M.Mimpen I'll try that approach, but I think that it will carry a lot of modifications. – Ricardo Sotolongo Dec 11 '13 at 15:39