File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,19 +163,19 @@ When you write your own `log_profile`, you must implement each loggers' own `Log
163163
164164| Logger| Interface|
165165| ---| ---|
166- | http| \KitLoong\AppLogger\HttpLog\HttpLogProfile|
167- | performance| \KitLoong\AppLogger\PerformanceLog\PerformanceLogProfile|
168- | query| \KitLoong\AppLogger\QueryLog\QueryLogProfile|
166+ | http| ` \KitLoong\AppLogger\HttpLog\HttpLogProfile ` |
167+ | performance| ` \KitLoong\AppLogger\PerformanceLog\PerformanceLogProfile ` |
168+ | query| ` \KitLoong\AppLogger\QueryLog\QueryLogProfile ` |
169169
170170The interface requires ` shouldLog ` implementation. This is where you place your log condition.
171171
172172When you write your own ` log_writer ` , you must implement each loggers' own ` LogWriter ` interface.
173173
174174| Logger| Interface|
175175| ---| ---|
176- | http| \KitLoong\AppLogger\HttpLog\HttpLogWriter|
177- | performance| \KitLoong\AppLogger\PerformanceLog\PerformanceLogWriter|
178- | query| \KitLoong\AppLogger\QueryLog\QueryLogWriter|
176+ | http| ` \KitLoong\AppLogger\HttpLog\HttpLogWriter ` |
177+ | performance| ` \KitLoong\AppLogger\PerformanceLog\PerformanceLogWriter ` |
178+ | query| ` \KitLoong\AppLogger\QueryLog\QueryLogWriter ` |
179179
180180The interface requires ` log ` implementation. This is where you define your log body message.
181181
You can’t perform that action at this time.
0 commit comments