common / com.mapbox.base.common.logger.model / Tag

Tag

data class Tag

Wrapper class for loggers tag.

Parameters

tag - used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.

Constructors

<init>

Tag(tag: String)

Wrapper class for loggers tag.

Properties

tag

val tag: String

used to identify the source of a log message. It usually identifies the class or activity where the log call occurs.