JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
jarmos.Log Class Reference

Provides a Log class imitating the Android Log class when not used on android systems. More...

Static Public Member Functions

static void d (String ID, String msg)
 
static void e (String ID, String msg)
 
static void w (String ID, String msg)
 
static void e (String debugTag, String string, Exception e)
 
static String subArr (float[] arr, int N)
 
static String dumpArr (float[][] arr)
 

Detailed Description

Provides a Log class imitating the Android Log class when not used on android systems.

Author
Daniel Wirtz
Date
Aug 23, 2011

Definition at line 11 of file Log.java.

Member Function Documentation

static void jarmos.Log.d ( String  ID,
String  msg 
)
static
Parameters
ID
msg

Definition at line 17 of file Log.java.

static String jarmos.Log.dumpArr ( float  arr[][])
static

Definition at line 53 of file Log.java.

static void jarmos.Log.e ( String  ID,
String  msg 
)
static
Parameters
ID
msg

Definition at line 25 of file Log.java.

static void jarmos.Log.e ( String  debugTag,
String  string,
Exception  e 
)
static
Parameters
debugTag
string
e

Definition at line 42 of file Log.java.

static String jarmos.Log.subArr ( float[]  arr,
int  N 
)
static

Definition at line 47 of file Log.java.

static void jarmos.Log.w ( String  ID,
String  msg 
)
static
Parameters
ID
msg

Definition at line 33 of file Log.java.


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