C# Class System.BCLDebug

Datei anzeigen Open project: kumpera/mono Class Usage Examples

Private Methods

Method Description
Assert ( bool condition, string message ) : void
Correctness ( bool expr, string msg ) : void
Log ( string message ) : void
Log ( string switchName, LogLevel level ) : void
Log ( string switchName, string message ) : void
Perf ( bool expr, string msg ) : void
Trace ( string switchName ) : void