MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / DebugWrite

Method DebugWrite

plugins/cs/HttpMonitor/Program.cs:131–135  ·  view source on GitHub ↗
(string msg)

Source from the content-addressed store, hash-verified

129 static class Util
130 {
131 static public void DebugWrite(string msg)
132 {
133 Console.WriteLine(msg);
134 Trace.WriteLine(msg);
135 }
136 }
137
138 static class Settings

Callers 2

MonitorMethod · 0.80
GetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected