So, I was talking with a guy the other day about Enterprise Library Logging Application Block and log4net.
Something I noticed was that log4net claims: log4net is not reliable. It is a best-effort and fail-stop logging system.
Surprisingly, I was trying to find out if the Enterprise Library logging is "reliable". This is all I can find where the word "reliable" is explicitly used. (note that it is from the 2004 version)
So, this got me curious, what exactly is "reliable" logging? If anyone knows if Enterprise Library Logging application block is reliable (in the current version), can they please point me towards some documentation that says this explicitly?
Thanks.