You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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
+
2
3
For twitter updates follow <ahref="http://twitter.com/demisbellot">@demisbellot</a> or <ahref="http://twitter.com/servicestack">@ServiceStack</a>
3
4
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:
0 commit comments