public class JMELog
extends org.tantalum.util.L
Constructor and Description |
---|
JMELog(int logMode)
Create a new platform-specific logger implementation
Do not access this directly.
|
Modifier and Type | Method and Description |
---|---|
protected void |
close()
Close the JME Logging and (if needed) USB serial port resources
|
protected void |
printMessage(java.lang.StringBuffer sb,
java.lang.Throwable t)
Add to the log a messsage stored in a StringBuffer with optional error or
exception (use null if information only)
|
public JMELog(int logMode)
L.i("blah", "blah")
and
L.e("blah", "blah", myException)
logMode
- protected void printMessage(java.lang.StringBuffer sb, java.lang.Throwable t)
printMessage
in class org.tantalum.util.L
sb
- t
- protected void close()
close
in class org.tantalum.util.L