//TextView to send the operation result logs to the logcat and to the UI private void Logger(string str) { CommonUtil.Logger(str, TAG, LogInfoView); }
public void Logger(string str) { CommonUtil.Logger(str, TAG, LogInfoView); }