Fork me
BeyondAR
Augmented Reality Framework for Android
 All Classes Functions Variables
com.beyondar.android.util.Logger Class Reference

Logger class for BeyondAR framework. More...

Static Public Member Functions

static void e (String msg)
 
static void e (String msg, Throwable tr)
 
static void e (String tag, String msg)
 
static void e (String tag, String msg, Throwable tr)
 
static void i (String msg)
 
static void i (String msg, Throwable tr)
 
static void i (String tag, String msg)
 
static void i (String tag, String msg, Throwable tr)
 
static void d (String msg)
 
static void d (String msg, Throwable tr)
 
static void d (String tag, String msg)
 
static void d (String tag, String msg, Throwable tr)
 
static void v (String msg)
 
static void v (String tag, String msg, Throwable tr)
 
static void v (String tag, String msg)
 
static void v (String msg, Throwable tr)
 
static void w (String msg)
 
static void w (String msg, Throwable tr)
 
static void w (String tag, String msg)
 
static void w (String tag, String msg, Throwable tr)
 

Static Public Attributes

static final String TAG = "BeyondAR"
 All the BeyondAR logs output have this tag.
 
static volatile boolean DEBUG = true
 
static boolean DEBUG_OPENGL = false
 Set this flag to enable the OpenGL debug log. More...
 

Detailed Description

Logger class for BeyondAR framework.

Member Data Documentation

boolean com.beyondar.android.util.Logger.DEBUG_OPENGL = false
static

Set this flag to enable the OpenGL debug log.

If You use this, the touch events will not work! use only to debug the openGL Draw stuff


The documentation for this class was generated from the following file: