Skip to content

Commit c7debad

Browse files
committed
Update README.md
1 parent fa09eaf commit c7debad

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,24 @@
1-
## ServiceStack.Logging an implementation-free logging interface for your app logic to bind to
1+
## An implementation-free logging API for .Net
2+
23
For twitter updates follow <a href="http://twitter.com/demisbellot">@demisbellot</a> or <a href="http://twitter.com/servicestack">@ServiceStack</a>
34

5+
**ServiceStack.Logging** is an implementation and dependency-free logging API with adapters for all of .NET's popular logging providers.
6+
It allows your business logic to bind to an easily-mockable and testable dependency-free interface whilst providing the flexibility to switch logging providers at runtime.
7+
8+
## Download on NuGet
9+
10+
Currently there are 5 different .NET logging providers available on NuGet:
11+
12+
#### Install-Package [ServiceStack.Logging.NLog](https://nuget.org/packages/ServiceStack.Logging.NLog)
13+
#### Install-Package [ServiceStack.Logging.Elmah](https://nuget.org/packages/ServiceStack.Logging.Elmah)
14+
#### Install-Package [ServiceStack.Logging.Log4Net](https://nuget.org/packages/ServiceStack.Logging.Log4Net)
15+
#### Install-Package [ServiceStack.Logging.Log4Netv129](https://nuget.org/packages/ServiceStack.Logging.Log4Netv129)
16+
#### Install-Package [ServiceStack.Logging.EventLog](https://nuget.org/packages/ServiceStack.Logging.EventLog)
17+
18+
Note: The ConsoleLogger and DebugLogger and are already built-in and bind to .NET Framework's Console and Debug loggers
19+
20+
-----
21+
422
Even in the spirit of **Bind to interfaces, not implemenations**, many .NET projects still have
523
a hard dependency to [log4net](http://logging.apache.org/log4net/index.html).
624

0 commit comments

Comments
 (0)