a*******t 发帖数: 891 | 1 I am new to C#.NET. I know I can use Trace.Write to print debug information to
the aspx page. What about the classes that don't have a "front" aspx page? How
do I print debugging information?
Thanks! |
n*********g 发帖数: 75 | 2 try log4net.
【在 a*******t 的大作中提到】 : I am new to C#.NET. I know I can use Trace.Write to print debug information to : the aspx page. What about the classes that don't have a "front" aspx page? How : do I print debugging information? : Thanks!
|
a*******t 发帖数: 891 | 3 Thanks!
information to
How
【在 n*********g 的大作中提到】 : try log4net.
|
d**u 发帖数: 8 | 4 You can write to a local file
Or you can write to event log
to
How
【在 a*******t 的大作中提到】 : I am new to C#.NET. I know I can use Trace.Write to print debug information to : the aspx page. What about the classes that don't have a "front" aspx page? How : do I print debugging information? : Thanks!
|
m**********e 发帖数: 19 | 5 why not simple trace down. hehe
or: System.Diagnostics.EventLog.WriteEntry
to
How
【在 a*******t 的大作中提到】 : I am new to C#.NET. I know I can use Trace.Write to print debug information to : the aspx page. What about the classes that don't have a "front" aspx page? How : do I print debugging information? : Thanks!
|
a*******t 发帖数: 891 | 6 I'll look into that as well. Thanks.
information
【在 m**********e 的大作中提到】 : why not simple trace down. hehe : or: System.Diagnostics.EventLog.WriteEntry : : to : How
|