withTextTag

fun withTextTag(textTag: String): KaliumLogger

Creates a new logger with a custom tag that replaces the old tag.

Return

Returns a new instance of KaliumLogger with the updated tag.

Parameters

textTag

The text tag to be added to the logger.