FireDAC.Comp.BatchMove.TFDBatchMove.LogStream

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property LogStream: TStream read FLogStream write FLogStream;

C++

__property System::Classes::TStream* LogStream = {read=FLogStream, write=FLogStream};

Properties

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

Description

Use the LogStream property to assign a custom stream where the logging will be performed.

An application can alternatively use the LogFileName property to specify the file name where the log is written. 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