Skip to content

Commit

Permalink
Add deprecated annotation to TaggedLogger
Browse files Browse the repository at this point in the history
  • Loading branch information
afkelsall committed Aug 1, 2024
1 parent e38725d commit d06795a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ import kotlin.reflect.KClass
*/

@ExperimentalMiskApi
@Deprecated("This is currently being replaced and should not be used")
abstract class TaggedLogger<L:Any, out R> (
private val kLogger: KLogger,
private val tags: Set<Tag>
Expand Down

0 comments on commit d06795a

Please sign in to comment.