Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

C# equivalent to Python's logging library

Tags:

python

c#

logging

With python, I can use logging library which is pretty handy.

What's the logging library for C#?

like image 918
prosseek Avatar asked Oct 25 '25 06:10

prosseek


1 Answers

You can use log4net or a TraceListener.

like image 58
jason Avatar answered Oct 27 '25 19:10

jason