Table of Contents

Class GLDebug

Namespace
Gamelogic.Extensions
Assembly
Gamelogic.Extensions.dll

Class that contains methods useful for debugging. All methods are only compiled if the DEBUG symbol is defined.

public static class GLDebug
Inheritance
GLDebug
Inherited Members

Methods

Assert(bool, string, Object)

Check whether the condition is true, and print an error message if it is not.

Log(object, Object)
Log(string, object, Object)
LogError(object, Object)
LogError(string, object, Object)
LogWarning(object, Object)
LogWarning(string, object, Object)