I have a catch clause: ``` catch (Exception ex) { // TODO: how to log this properly? (Console?) exception = ex.ToString(); } ``` https://github.com/christophwille/SpinHello/blob/27ee9a28351866fd167ed10039829ba6b8e704eb/src/Handler/Handler.cs#L84 I remember the comparison to CGI with error console out; does this apply/work in .NET that way too?