debugLog

A raw pojo holding a StringBuilder in which logging should take place for this fiber. This is a very fast way of doing logging, since it doesn't have to write to disk or update a user interface component, and garbage collection of a fiber which has terminated typically also collects that fiber's log.