tag property

String? tag
getter/setter pair

An tag that is passed to each log record. It can be used to connect log entries to a certain event in an application.

Implementation

String? tag;