1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 20:27:31 +02:00

Update 01-usage.md

This commit is contained in:
Jordi Boggiano
2017-01-20 10:02:23 +01:00
committed by GitHub
parent 5aeec05068
commit 90db47190d

View File

@@ -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.