We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26c2e6d commit 209950dCopy full SHA for 209950d
README.md
@@ -12,7 +12,7 @@ LoggingExtras is designs around allowing you to build arbitrarily complicated
12
systems for "log plumbing". That is to say basically routing logged information to different places.
13
It is built around the idea of simple parts which are composed together,
14
to allow for powerful and flexible definition of your logging system.
15
-Without having to define any custom loggers by subtyping `AbstractLogger`.
+Without you having to define any custom loggers by subtyping `AbstractLogger`.
16
When we talk about composability we mean to say that the composition of any set of Loggers is itself a Logger.
17
LoggingExtras is a composable logging system.
18
0 commit comments