WCF services and logging

  • Thread starter Thread starter ludwig_stuyck
  • Start date Start date
L

ludwig_stuyck

Hi,

I've a number of WCF services and other components (not services). I'm
thinking of creating a centralized logging system. One possibility is
to create a logging service that stores everything in a database
table, but I was curieus whether this is the way to go; or are there
better alternatives to handle centralized logging in a service
oriented environment?

Thanks!
 
Ludwig,

What's up?

Juval has a complete logging system for WCF..if you want to do something
pre-done.

..

I think its the way to go. (the db logging part of it).

I am incorporating his mini framework piece in as well.

You can try to find it here:http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=11

Or its in his book:http://www.idesign.net/idesign/DesktopDefault.aspx?tabindex=5&tabid=11








- Tekst uit oorspronkelijk bericht weergeven -

Hi Sloan!

Well yes I know that one, because I did the Masterclass of Juval :)
But later on I would like to do other governance stuff like triggering
alarm if a service goed down; and so on. So maybe there are other
solutions (maybe commercial ones?) that support these needs?
 
Hi,

I've a number of WCF services and other components (not services). I'm
thinking of creating a centralized logging system. One possibility is
to create a logging service that stores everything in a database
table, but I was curieus whether this is the way to go; or are there
better alternatives to handle centralized logging in a service
oriented environment?

I am working on a WCF solution that's in a production state. It's using
logging to a SQL Server Logging table in the Service layer.
 
I've a number of WCF services and other components (not services). I'm
thinking of creating a centralized logging system. One possibility is
to create a logging service that stores everything in a database
table, but I was curieus whether this is the way to go; or are there
better alternatives to handle centralized logging in a service
oriented environment?

Use log4net - it has multiple appenders of which some are suitable
for central logging.

The important part is to get the code modified to use log4net. Then
you can always get the log info where you want it via configuration.

Arne
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top