Question

Under Windows we use DebugView to monitor trace and debug outputs of our .NET application. Since we are currently porting the application to mono on Linux I wonder if there's a similar tool.

We're currently using log4net with the TraceAppender, but basically any solution that works with log4net would do.

Was it helpful?

Solution

Maybe log2console works for you. This software can listen to the output of a UDP Appender (with XmlLayout pattern). The application is written in .Net so maybe it is not too hard to port it to mono.

Alternatively you could use Apache Chainsaw (use the XmlLayoutSchemaLog4j format in that case).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top