Logging messages that are larger than 256 bytes currently cause panics. Also, if the messages contain newlines, they are not broken over several lines as might be expected.
This fixes a few things in the logging stack. I took the opportunity to remove one level of buffering which I don't think is needed, and simplified some type signatures.
Logging messages that are larger than 256 bytes currently cause panics. Also, if the messages contain newlines, they are not broken over several lines as might be expected.
This fixes a few things in the logging stack. I took the opportunity to remove one level of buffering which I don't think is needed, and simplified some type signatures.