ObjectNameExtension extension

Extensions to provide a consistent tag property for logging.

This extension allows retrieving the class name as a string dynamically, removing the need for manually declared static tag constants.

on

Properties

tag String

Available on Object, provided by the ObjectNameExtension extension

Returns class name for this instance (e.g., ClassA().tag -> "ClassA").
no setter