streams

  • Thread starter Thread starter csharpula csharp
  • Start date Start date
Would you really recommend Enterprise Library's logging over for
example Log4Net?

You can also use "common logging" by the way, and then you can defer
the choice of exactly what concrete logging tool you use till
deploy/configuration time.

/Peter

Hi Peter,

I dont have that much insight about various tools as of now, so I
cannot really say which is better. And I never mentioned that Ent.
Lib. is better or vice-versa. I will think about this for sure and
reply later. Do you have some idea which is better to use for
beginners?
What I was trying to convey is use some logging tool so you wont have
worry about streams and all. Also as you know is more structured and
configurable.
You enable/disable logging or level of logging without even touching
the code.

Nothing related to performance, but I personally like Ent. Lib as it
has many other things in addition to logging such as Exception
Handling, Security, etc. and it has a tool Ent.Lib console which makes
it easy to configure/change/setup.

Cheers,
-Ratnesh
S7 Software Solutions
"Where Migration Meets Innovation"
 
Would you really recommend Enterprise Library's logging over for
example Log4Net?

You can also use "common logging" by the way, and then you can defer
the choice of exactly what concrete logging tool you use till
deploy/configuration time.

/Peter

Hi Peter,

I dont have that much insight about various tools as of now, so I
cannot really say which is better. And I never mentioned that Ent.
Lib. is better or vice-versa. I will think about this for sure and
reply later. Do you have some idea which is better to use for
beginners?
What I was trying to convey is use some logging tool so you wont have
worry about streams and all. Also as you know is more structured and
configurable.
You enable/disable logging or level of logging without even touching
the code.

Nothing related to performance, but I personally like Ent. Lib as it
has many other things in addition to logging such as Exception
Handling, Security, etc. and it has a tool Ent.Lib console which makes
it easy to configure/change/setup.

Cheers,
-Ratnesh
S7 Software Solutions
"Where Migration Meets Innovation"
 
Would you really recommend Enterprise Library's logging over for
example Log4Net?

You can also use "common logging" by the way, and then you can defer
the choice of exactly what concrete logging tool you use till
deploy/configuration time.

/Peter

Hi Peter,

I dont have that much insight about various tools as of now, so I
cannot really say which is better. And I never mentioned that Ent.
Lib. is better or vice-versa. I will think about this for sure and
reply later. Do you have some idea which is better to use for
beginners?
What I was trying to convey is use some logging tool so you wont have
worry about streams and all. Also as you know is more structured and
configurable.
You enable/disable logging or level of logging without even touching
the code.

Nothing related to performance, but I personally like Ent. Lib as it
has many other things in addition to logging such as Exception
Handling, Security, etc. and it has a tool Ent.Lib console which makes
it easy to configure/change/setup.

Cheers,
-Ratnesh
S7 Software Solutions
"Where Migration Meets Innovation"
 
Back
Top