FMX.Platform.IFMXLoggingService.Log

From RAD Studio API Documentation
Jump to: navigation, search

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 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXLoggingService

Description

Displays a message in the Event Log.

Log requires the following parameters:

Parameter Description
Fmt The format string. For more information see Format Strings.
Args The array of arguments to apply to the format specifier given in Fmt.

See Also