public final void logD(String text) {
   Logs.d(logsTag, text);
 }