Skip to content

Commit

Permalink
Add missing class description
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Jun 13, 2024
1 parent 02971b0 commit d03f511
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clp_ffi_py/wildcard_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ def case_sensitive(self) -> bool:

class SubstringWildcardQuery(WildcardQuery):
"""
A wildcard query that can match a substring in a log event's message, in
contrast with :class:`FullStringWildcardQuery` where the needs to match the
entire message.
This class is derived from :class:`WildcardQuery` by adding both a prefix
and a postfix wildcard ("*") to the input wildcard string.
"""
Expand Down

0 comments on commit d03f511

Please sign in to comment.