فهرست منبع

Update 01-usage.md

Jordi Boggiano 9 سال پیش
والد
کامیت
90db47190d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      doc/01-usage.md

+ 1 - 1
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.