FireDAC.Comp.BatchMove.TFDBatchMove.LogFileName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.BatchMove.pas
FireDAC.Comp.BatchMove.hpp
Unit: FireDAC.Comp.BatchMove
Parent: TFDBatchMove

Delphi

property LogFileName: String read FLogFileName write FLogFileName;

C++

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

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