//TextView to send the operation result logs to the logcat and to the UI

        private void Logger(string str)
        {
            CommonUtil.Logger(str, TAG, LogInfoView);
        }
Ejemplo n.º 2
0
 public void Logger(string str)
 {
     CommonUtil.Logger(str, TAG, LogInfoView);
 }