FMX.Platform.IFMXLoggingService.Log

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Log(const AFormat: string; const AParams: array of const);

C++

virtual void __fastcall Log(const System::UnicodeString AFormat, const System::TVarRec *AParams, const int AParams_High) = 0 ;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXLoggingService


Beschreibung

Zeigt eine Meldung im Ereignisprotokoll an.

Für Log sind die folgenden Parameter erforderlich:

Parameter Beschreibung
Fmt Der Formatstring. Weitere Informationen finden Sie unter Format-Strings.
Args Das auf den in Fmt angegeben Formatbezeichner anzuwendende Array von Argumenten.

Siehe auch