summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordi Boggiano <j.boggiano@seld.be>2017-01-20 10:02:23 +0100
committerGitHub <noreply@github.com>2017-01-20 10:02:23 +0100
commit90db47190d0cadd79990a63cdcc7a218c309c957 (patch)
treefe61c1b44d19653e27003353a6495f662edd52f7
parent5aeec050689669de4a7a285505629e9a4eed0833 (diff)
downloadmonolog-90db47190d0cadd79990a63cdcc7a218c309c957.zip
monolog-90db47190d0cadd79990a63cdcc7a218c309c957.tar.gz
monolog-90db47190d0cadd79990a63cdcc7a218c309c957.tar.bz2
Update 01-usage.md
-rw-r--r--doc/01-usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/01-usage.md b/doc/01-usage.md
index 8e2551f..121437e 100644
--- a/doc/01-usage.md
+++ b/doc/01-usage.md
@@ -24,7 +24,7 @@ to load Monolog classes.
## Core Concepts
Every `Logger` instance has a channel (name) and a stack of handlers. Whenever
-you add a record to the logger, it traverses the handler stack. Each handler
+you add a [record](message-structure.md) to the logger, it traverses the handler stack. Each handler
decides whether it fully handled the record, and if so, the propagation of the
record ends there.