File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
src/main/clojure/clojure/tools/logging Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 227
227
228
228
229
229
(defn matches
230
- " Returns matching log entries, otherwise nil.
230
+ " Returns matching log entries, otherwise nil. See match-logger-ns?,
231
+ match-level?, match-throwable?, and match-message? for the default matching
232
+ behavior applied to the given args.
231
233
232
234
Must be invoked within a context where *stateful-log* is bound to an instance
233
235
of StatefulLog containing MatchableLogEntry items (e.g., inside with-log)."
239
241
240
242
241
243
(defn logged?
242
- " Returns true if the log contains matching entries.
244
+ " Returns true if the log contains matching entries. See match-logger-ns?,
245
+ match-level?, match-throwable?, and match-message? for the default matching
246
+ behavior applied to the given args.
243
247
244
248
Must be invoked within a context where *stateful-log* is bound to an instance
245
249
of StatefulLog containing MatchableLogEntry items (e.g., inside with-log)."
You can’t perform that action at this time.
0 commit comments