data class Tag
Wrapper class for loggers tag.
tag - used to identify the source of a log message. It usually identifies
the class or activity where the log call occurs.
Tag(tag: String)
Wrapper class for loggers 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. |