FMX.Platform.IFMXLoggingService.Log

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Log(const Format: string; const Params: array of const);

C++

virtual void __fastcall Log(const System::UnicodeString Format, System::TVarRec const *Params, const int Params_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