C# functions can bind to a TraceWriter which allows logging at different levels (log.Info, log.Verbose, etc.). Currently Node only supports context.log which we map to an Info level trace. It would be good to have a way for Node to write Verbose traces as well.