From 90db47190d0cadd79990a63cdcc7a218c309c957 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 20 Jan 2017 10:02:23 +0100 Subject: [PATCH] Update 01-usage.md --- doc/01-usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/01-usage.md b/doc/01-usage.md index 8e2551f3..121437e3 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.