public void logComment(String comment) {
   log(mCommentToken + comment);
 }
 public void logData(String data) {
   log(data);
 }