@Internal public interface InternalWithLogId
A loggable ID, unique for the duration of the program.
Modifier and Type | Method and Description |
---|---|
InternalLogId |
getLogId()
Returns an ID that is primarily used in debug logs.
|
InternalLogId getLogId()
The subclasses of this interface usually want to include the log ID in their #toString
results.
Copyright © 2018. All rights reserved.