We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6049638 commit be7c015Copy full SHA for be7c015
src/main/kotlin/dev/hermannm/devlog/LogBuilder.kt
@@ -190,16 +190,6 @@ internal constructor(
190
}
191
192
193
- @Deprecated("Renamed to 'addField'", ReplaceWith("addField(field)"), DeprecationLevel.ERROR)
194
- public fun existingField(field: LogField) {
195
- addField(field)
196
- }
197
-
198
- @Deprecated("Renamed to 'addFields'", ReplaceWith("addFields(fields)"), DeprecationLevel.ERROR)
199
- public fun existingFields(fields: Iterable<LogField>) {
200
- addFields(fields)
201
202
203
/**
204
* Checks if the log [cause] exception (or any of its own cause exceptions) implements the
205
* [WithLogFields] interface, and if so, adds those fields to the log.
0 commit comments