[Mono-list] Web Services and native shared objects:
System.DllNotFoundException
Jonathan Pryor
jonpryor@vt.edu
Tue, 25 Jan 2005 06:51:26 -0500
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/index.aspx?tlink=9@ecma%3a1224%23Trace%2f
http://www.go-mono.com/docs/index.aspx?tlink=9@ecma%3a1182%23DefaultTraceListener%2f
- Jon