NamespaceSystemLibrary.Common.Net.Global
Dump any object to a local file for easy debugging and logging purposes
Dump.Write calls should only occur during development as it is slow and not thread safe
Has a write lock of 100ms, so thread-safe to some extent, one might see multiple dump files in a real async world
Remarks
"Equivalent" to javascripts 'console.log'
Dump
public static class Dump
Inheritance
System.Object
Dump