5

How I can configure logging to a text file in Quartz.NET scheduler? Shall I achieve it by using only Common.Logging.dll or I need log4net also?

VJAI
  • 32,167
  • 23
  • 102
  • 164
  • 1
    I got the answer from this thread http://stackoverflow.com/questions/3001613/logging-with-quartz-net – VJAI Jul 06 '11 at 10:52

1 Answers1

1

You can use Common Logging and NLog as explained here.

Community
  • 1
  • 1
LeftyX
  • 35,328
  • 21
  • 132
  • 193