dbgNullWriter is a class that implements dbgWriter and writes the debug text nowhere (think /dev/null). '
' vim: ft=vb
'
option explicit
implements dbgWriter
public sub dbgWriter_out(txt as string) ' {
' Explicitely do nothing:
end sub ' }