trace
Use this T to log a message with a prefix using TRACE level.
com.hexagonkt.core.logging.logger must have the TRACE level enabled.
Receiver
Object which string representation will be logged.
Return
The receiver reference for chaining methods.
Parameters
T
Type of the logged object.
prefix
Prefix for the logging message.