Hi, is it possible to suppress printing with decorators for printouts? Especially for the case where I have an existing "print_bla(outputStream*)" function which prints a wall of text and into which I feed a LogStream? These are often the cases where I would like to see the raw output without decorators. Kind Regards, Thomas