Skip to content

Commit 4030ff1

Browse files
authored
Update README.md
1 parent cb184d3 commit 4030ff1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

170170
The interface requires `shouldLog` implementation. This is where you place your log condition.
171171

172172
When 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

180180
The interface requires `log` implementation. This is where you define your log body message.
181181

0 commit comments

Comments
 (0)