setShowTimestamp static method

void setShowTimestamp(
  1. bool show
)

设置是否显示时间戳

Implementation

static void setShowTimestamp(bool show) {
  _showTimestamp = show;
}