FireDAC.Comp.BatchMove.TFDBatchMove.LogStream

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

property LogStream: TStream read FLogStream write FLogStream;

C++

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

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