tag property
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;
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.
final String tag;