Exemple #1
0
 /**
  * <p>Register a custom log handler</p>
  *
  * <p>Replaces the log method (write to logcat) with your own
  * handler. Whether your handler gets called is still dependent
  * on debug mode and message types being enabled for logging.</p>
  *
  * @param onLogListener Custom log listener or NULL to revert to default
  */
 public static void setOnLogListener(IOnLogListener onLogListener)
 {
     logListener = onLogListener;
 }
 /**
  * <p>Register a custom log handler</p>
  *
  * <p>Replaces the log method (write to logcat) with your own
  * handler. Whether your handler gets called is still dependent
  * on debug mode and message types being enabled for logging.</p>
  *
  * @param onLogListener Custom log listener or NULL to revert to default
  */
 public static void setOnLogListener(IOnLogListener onLogListener)
 {
     logListener = onLogListener;
 }