FireDAC.Comp.BatchMove.TFDBatchMove.LogFileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LogFileName: String read FLogFileName write FLogFileName;

C++

__property System::UnicodeString LogFileName = {read=FLogFileName, write=FLogFileName};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
FireDAC.Comp.BatchMove TFDBatchMove

Description

Use the LogFileName property to define the location and name of the file where you want to save the data moving log.

An application can alternatively use the LogStream property to assign a custom stream where the logging will be performed. These properties are mutually exclusive. Use the LogFileAction property to control logging. The LogFileAction property is set to laNone by default, which means that there is no logging. The log is written using the encoding defined at LogFileEncoding .

See Also