An extension property to simplify getting the class name for logging purposes. It returns the string representation of the class, which is suitable for use as a Logcat tag.
Example: Log.d(this.TAG, "My log message")
Log.d(this.TAG, "My log message")