473,385 Members | 1,372 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

WCF services and logging

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!
Jun 27 '08 #1
4 6101

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/Deskt...dex=5&tabid=11

Or its in his book:
http://www.idesign.net/idesign/Deskt...dex=5&tabid=11

<lu***********@hotmail.comwrote in message
news:a9**********************************@b1g2000h sg.googlegroups.com...
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!

Jun 27 '08 #2
On 22 apr, 19:44, "sloan" <sl...@ipass.netwrote:
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/Deskt...dex=5&tabid=11

Or its in his book:http://www.idesign.net/idesign/Deskt...dex=5&tabid=11

<ludwig_stu...@hotmail.comwrote in message

news:a9**********************************@b1g2000h sg.googlegroups.com...
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!- Tekst uit oorspronkelijk bericht niet weergeven -

- 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?
Jun 27 '08 #3

<lu***********@hotmail.comwrote in message
news:a9**********************************@b1g2000h sg.googlegroups.com...
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.

Jun 27 '08 #4
lu***********@hotmail.com wrote:
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
Jun 27 '08 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Sara_S | last post by:
I am ready to move my ASP web site onto a remote host. The problem is that when I use Terminal Services to see the host machine, the error does not show up. (I was told that debugging info is only...
0
by: Karuppasamy | last post by:
H I am trying to use the Logging Module provided by Microsoft Application Blocks for .Net I installed everything as per the Instructions given in the 'Development Using the Logging Block' ...
4
by: Claire | last post by:
I'm writing a realtime monitoring application acting as a Windows service. This service communicates to some instrumentation via a third party dll. TCP is the transport mechanism over the network....
2
by: Bill Borg | last post by:
Hello, I have a couple web services that I use across my apps. My isp supports exposing them either via subdomain (e.g. services.mydomain.com) or subfolder (e.g. mydomain.com/services). Are...
0
by: lbrtchx | last post by:
Say you need to serve the same Web content from a number of IP address, which you need to keep out there with high availability requirements ~ I think Web Services would be a good candidate for...
3
by: Pouria | last post by:
Hi, Does anyone have any experience with single sign on for .Net windows applications or windows services? So the idea is to be able to use the user credentials from logging into windows to...
2
by: BLUE | last post by:
FirstClass members: - static int counter; - SingletonClass sc = SingletonClass.Instance; Moreovere FirstClass uses a static class named SecondClass with a static property...
2
by: christery | last post by:
Jippie, got my first c# service working with XP/W2003srv (love google), but got an hunch that vista will not support services that uses GUI (can interact with desktop... checkbox in services...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.