XBinder C# Runtime Library  2.8
Public Member Functions | Static Public Member Functions | Properties | List of all members
com.objsys.xbinder.runtime.Diag Class Reference

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...

Public Member Functions

virtual bool isEnabled ()
 
virtual bool isEnabled (int traceLevel)
 
virtual void print (String s)
 
virtual void println (System.String s)
 
virtual void println (System.String s, int traceLevel)
 
virtual bool setEnabled (bool value_Renamed)
 
virtual int setTraceLevel2 (int level)
 

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]
 

Detailed Description

This class is used for printing diagnostic messages for debugging the run-time components. It allows messages to be easily switched on and off.