Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/widget/android/   (Android Betriebssystem Version 17©)  Datei vom 27.6.2026 mit Größe 750 B image not shown  

Quelle  MozLogSupport.cpp

  Sprache: C
 

/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


#include "MozLogSupport.h"
#include "mozilla/Logging.h"

namespace mozilla::widget {

// staitc
void MozLogSupport::Print(jni::String::Param aName, int32_t aLogLevel,
                          jni::String::Param aMessage) {
  LogModule* logModule = LogModule::Get(aName->ToCString().get());
  LogLevel logLevel = ToLogLevel(aLogLevel);
  if (!MOZ_LOG_TEST(logModule, logLevel)) {
    return;  // Don't log if the level is not enabled.
  }

  MOZ_LOG(logModule, logLevel, ("%s", aMessage->ToCString().get()));
}

}  // namespace mozilla::widget

Messung V0.5 in Prozent
C=93 H=98 G=95

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.