tag property

String tag
final

A string identifier used to categorize or filter logs.

Common tags include 'NETWORK', 'ERROR', 'DEBUG', etc. This helps in filtering and searching through logs based on categories.

Implementation

final String tag;