On Mon, 2005-01-24 at 22:06 +0100, Miquel RamÃrez wrote: > PS: I solved the logging issue (to some extent) by relying on log4net > [http://logging.apache.org/log4net]. Better than having > Console.WriteLines all over the place ... > PS2: Also tried the <trace> feature in the web service 'descriptor' > but it just traced the messages passed forth and back the server :(
A built-in alternative to log4net is System.Diagnostics.Trace. See: http://lists.ximian.com/archives/public/mono-list/2004-January/017482.html http://lists.ximian.com/archives/public/mono-list/2002-December/010504.html http://www.go-mono.com/docs/[EMAIL PROTECTED] http://www.go-mono.com/docs/[EMAIL PROTECTED] - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
