-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjusting Field/Filtering Function Naming to be More Concise and Less…
… With-y (#78) * Renaming all occurrences of `arguments` to `fields` in the godoc * Renaming all the Log filtering functions as well as the `With()` one, to streamline it and make sure they maintain full consistency * Preparing CHANGELOG entry * set correct filename on changelog entry * Renaming examples (linter) * Fixing tests and docs renaming
- Loading branch information
Ivan De Marino
authored
Jul 14, 2022
1 parent
6c641bd
commit ebc4e79
Showing
23 changed files
with
434 additions
and
323 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,111 @@ | ||
```release-note:breaking-change | ||
tflog: renamed `With()` to `SetField()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `WithOmitLogWithFieldKeys()` to `OmitLogWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `WithOmitLogWithMessageRegex()` to `OmitLogWithMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `WithOmitLogMatchingString()` to `OmitLogWithMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `WithMaskFieldValueWithFieldKeys()` to `MaskFieldValuesWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `WithMaskMessageRegex()` to `MaskMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `WithMaskLogMatchingString()` to `MaskMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWith()` to `SubsystemSetField()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWithOmitLogWithFieldKeys()` to `SubsystemOmitLogWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWithOmitLogWithMessageRegex()` to `SubsystemOmitLogWithMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWithOmitLogMatchingString()` to `SubsystemOmitLogWithMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWithMaskFieldValueWithFieldKeys()` to `SubsystemMaskFieldValuesWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWithMaskMessageRegex()` to `SubsystemMaskMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tflog: renamed `SubsystemWithMaskLogMatchingString()` to `SubsystemMaskMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `With()` to `SetField()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `WithOmitLogWithFieldKeys()` to `OmitLogWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `WithOmitLogWithMessageRegex()` to `OmitLogWithMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `WithOmitLogMatchingString()` to `OmitLogWithMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `WithMaskFieldValueWithFieldKeys()` to `MaskFieldValuesWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `WithMaskMessageRegex()` to `MaskMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `WithMaskLogMatchingString()` to `MaskMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWith()` to `SubsystemSetField()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWithOmitLogWithFieldKeys()` to `SubsystemOmitLogWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWithOmitLogWithMessageRegex()` to `SubsystemOmitLogWithMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWithOmitLogMatchingString()` to `SubsystemOmitLogWithMessageStrings()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWithMaskFieldValueWithFieldKeys()` to `SubsystemMaskFieldValuesWithFieldKeys()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWithMaskMessageRegex()` to `SubsystemMaskMessageRegexes()` | ||
``` | ||
|
||
```release-note:breaking-change | ||
tfsdklog: renamed `SubsystemWithMaskLogMatchingString()` to `SubsystemMaskMessageStrings()` | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.