Skip to content

Commit 0df47cc

Browse files
committed
Added elmah
1 parent 6f49dfe commit 0df47cc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ Although log4net is the standard for logging in .NET, potential problems can ari
1010
* Potential conflicts can occur when different libraries have dependency on different versions of log4net (e.g. the 1.2.9 / 1.2.10 dependency problem).
1111
* You may want to use a different logging provider (i.e. network distributed logging)
1212
* You want your logging for Unit and Integration tests to redirect to the Console or Debug logger without any configuraiton.
13+
* Something better like [elmah](http://code.google.com/p/elmah/) can come along requiring a major rewrite to take advantage of it
1314

1415
ServiceStack.Logging solves these problems by providing an implementation-free ILog interface that your application logic can bind to
1516
where your Application Host project can bind to the concrete logging implementation at deploy or runtime.
1617

1718
ServiceStack.Logging also includes adapters for the following logging providers:
1819

20+
* Elmah
1921
* Log4Net 1.2.10+
2022
* Log4Net 1.2.9
2123
* EventLog

0 commit comments

Comments
 (0)