Returns an ID that is primarily used in debug logs. It usually contains the class name and a numeric ID that is unique among the instances. The subclasses of this interface usually want to include the log ID in their Object#toString results.
()
| 31 | * Object#toString} results. |
| 32 | */ |
| 33 | InternalLogId getLogId(); |
| 34 | } |
no outgoing calls