| java.lang.Object com.sun.midp.jsr82emul.Log
Log | public class Log (Code) | | Keeps debug logging utils.
IMPL_NOTE: The class is just for convenient debugging only.
When development the class and usages, remove it
inlining log() body where it makes sense.
|
Method Summary | |
public static void | log(String msg) Logs by means of midp Logging utils. | public static void | println(String msg) Logs by means of System.out.println. |
log | public static void log(String msg)(Code) | | Logs by means of midp Logging utils.
Parameters: msg - message to log |
println | public static void println(String msg)(Code) | | Logs by means of System.out.println.
Avoid putting code that uses this method into master workspace.
Parameters: msg - message to log |
|
|