XBinder C# Runtime Library
2.6
|
This class is used for printing diagnostic messages for debugging the run-time components. It allows messages to be easily switched on and off. More...
Static Public Member Functions | |
static void | hexDump (sbyte[] bytes) |
static void | hexDump (sbyte[] bytes, int traceLevel) |
static void | hexDump (System.IO.Stream in_Renamed, System.IO.StreamWriter out_Renamed) |
static void | prtln (System.String s) |
static void | prtln (System.String s, int traceLevel) |
static void | prtln (sbyte[] b, int offset, int nbytes, int tl) |
static void | prtln (sbyte[] b, int offset, int nbytes) |
static int | setTraceLevel (int level) |
static Diag | instance () |
Properties | |
virtual System.IO.StreamWriter | PrintStream [set] |
This class is used for printing diagnostic messages for debugging the run-time components. It allows messages to be easily switched on and off.