WCF services and logging

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ludwig_stuyck@hotmail.com

    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!
  • sloan

    #2
    Re: WCF services and logging


    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:


    Or its in his book:






    <ludwig_stuyck@ hotmail.comwrot e in message
    news:a9b229b7-1d9e-4472-bf22-e84b5066c791@b1 g2000hsg.google groups.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!

    Comment

    • ludwig_stuyck@hotmail.com

      #3
      Re: WCF services and logging

      On 22 apr, 19:44, "sloan" <sl...@ipass.ne twrote:
      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.comwrot e in message
      >
      news:a9b229b7-1d9e-4472-bf22-e84b5066c791@b1 g2000hsg.google groups.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?

      Comment

      • Mr. Arnold

        #4
        Re: WCF services and logging


        <ludwig_stuyck@ hotmail.comwrot e in message
        news:a9b229b7-1d9e-4472-bf22-e84b5066c791@b1 g2000hsg.google groups.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.

        Comment

        • =?ISO-8859-1?Q?Arne_Vajh=F8j?=

          #5
          Re: WCF services and logging

          ludwig_stuyck@h otmail.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


          Comment

          Working...